ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructStroke Method / ConstructStroke(CIMColor,Double,SimpleLineStyle,Simple3DLineStyle,Simple3DLineAnchor) Method
ArcGIS.Core.CIM.CIMColor
The width of stroke 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
    ConstructStroke(CIMColor,Double,SimpleLineStyle,Simple3DLineStyle,Simple3DLineAnchor) Method
    In This Topic
    Constructs a 3D stroke of specific color, width and style.
    Syntax

    Parameters

    color
    ArcGIS.Core.CIM.CIMColor
    width
    The width of stroke 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