ArcGIS Pro 2.6 API Reference Guide
ConstructLineSymbol(CIMColor,Double) Method

ArcGIS.Desktop.Mapping Namespace > SymbolFactory Class > ConstructLineSymbol Method : ConstructLineSymbol(CIMColor,Double) Method
ArcGIS.Core.CIM.CIMColor
The width of line symbol to construct.
Constructs a line symbol of specific color and width.
Syntax
public CIMLineSymbol ConstructLineSymbol( 
   CIMColor color,
   double width
)
Public Overloads Function ConstructLineSymbol( _
   ByVal color As CIMColor, _
   ByVal width As Double _
) As CIMLineSymbol

Parameters

color
ArcGIS.Core.CIM.CIMColor
width
The width of line symbol to construct.

Return Value

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

SymbolFactory Class
SymbolFactory Members
Overload List