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

In This Topic
    ConstructLineSymbol(CIMColor,Double,SimpleLineStyle,Simple3DLineStyle) Method
    In This Topic
    Constructs a 3D line symbol of specific color, width and style.
    Syntax
    Public Overloads Function ConstructLineSymbol( _
       ByVal color As CIMColor, _
       ByVal width As Double, _
       ByVal lineStyle As SimpleLineStyle, _
       ByVal lineStyle3D As Simple3DLineStyle _
    ) As CIMLineSymbol

    Parameters

    color
    ArcGIS.Core.CIM.CIMColor
    width
    The width of line symbol to construct.
    lineStyle
    SimpleLineStyle
    lineStyle3D
    ArcGIS.Core.CIM.Simple3DLineStyle

    Return Value

    Remarks
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also