ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructMarker Method / ConstructMarker(CIMStroke,Double,Polygon) Method
The marker outline
The size of the marker to construct
The outline shape of the marker

In This Topic
    ConstructMarker(CIMStroke,Double,Polygon) Method
    In This Topic
    Constructs a marker of the stroke ("outline"), size, and shape.
    Syntax
    Overloads Function ConstructMarker( _
       ByVal outline As CIMStroke, _
       ByVal size As Double, _
       ByVal markerShape As Polygon _
    ) As CIMMarker

    Parameters

    outline
    The marker outline
    size
    The size of the marker to construct
    markerShape
    The outline shape of the marker

    Return Value

    Remarks
    The specified stroke is used to create a polygon symbol which is used to depict the marker. The polygon symbol will be hollow - i.e. it has a null fill
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also