ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructMarker Method / ConstructMarker(CIMPolygonSymbol,Double,Polygon) Method
The pattern to use as its fill and outline
The size of the marker to construct
The outline shape of the marker

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

    Parameters

    fillSymbol
    The pattern to use as its fill and outline
    size
    The size of the marker to construct
    markerShape
    The outline shape of the marker

    Return Value

    Remarks
    Markers use a polygon symbol to depict their stroke and fill.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also