ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / 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

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

    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 or higher.
    See Also