ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / ConstructLineSymbol Method / ConstructLineSymbol(CIMColor,Double,SimpleLineStyle,Simple3DLineStyle,Simple3DLineAnchor) Method
ArcGIS.Core.CIM.CIMColor
The width of line symbol to construct.
SimpleLineStyle
ArcGIS.Core.CIM.Simple3DLineStyle
ArcGIS.Core.CIM.Simple3DLineAnchor. This property is ignored for the 3D line styles of Wall and Strip.

In This Topic
    ConstructLineSymbol(CIMColor,Double,SimpleLineStyle,Simple3DLineStyle,Simple3DLineAnchor) 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, _
       ByVal anchor3D As Simple3DLineAnchor _
    ) As CIMLineSymbol

    Parameters

    color
    ArcGIS.Core.CIM.CIMColor
    width
    The width of line symbol to construct.
    lineStyle
    SimpleLineStyle
    lineStyle3D
    ArcGIS.Core.CIM.Simple3DLineStyle
    anchor3D
    ArcGIS.Core.CIM.Simple3DLineAnchor. This property is ignored for the 3D line styles of Wall and Strip.

    Return Value

    Remarks
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also