ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / ConstructMarker Method / ConstructMarker(CIMFill,CIMStroke,Double,Polygon) Method
The marker fill. Null to make a hollow symbol
The marker outline
The size of the marker to construct
The outline shape of the marker
Version

    ConstructMarker(CIMFill,CIMStroke,Double,Polygon) Method
    Constructs a marker of the specified shape, fill, outline, and size.
    Syntax

    Parameters

    fill
    The marker fill. Null to make a hollow symbol
    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 and fill create a polygon symbol which is used to depict the marker
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also