ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / ConstructLineSymbol Method / ConstructLineSymbol(CIMColor,Double) Method
ArcGIS.Core.CIM.CIMColor
The width of line symbol to construct.

In This Topic
    ConstructLineSymbol(CIMColor,Double) Method
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also