ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructStroke Method / ConstructStroke(CIMColor,Double) Method
ArcGIS.Core.CIM.CIMColor
The width of stroke to construct.

In This Topic
    ConstructStroke(CIMColor,Double) Method
    In This Topic
    Constructs a stroke of specific color and width.
    Syntax
    CIMStroke ConstructStroke( 
       CIMColor color,
       double width
    )
    Overloads Function ConstructStroke( _
       ByVal color As CIMColor, _
       ByVal width As Double _
    ) As CIMStroke

    Parameters

    color
    ArcGIS.Core.CIM.CIMColor
    width
    The width of stroke to construct.

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also