ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructMarkerShape Method
The type or "style" of outline

In This Topic
    ConstructMarkerShape Method (ISymbolFactory)
    In This Topic
    Constructs the marker outline for the given marker style. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Polygon ConstructMarkerShape( 
       SimpleMarkerStyle markerStyle
    )
    Function ConstructMarkerShape( _
       ByVal markerStyle As SimpleMarkerStyle _
    ) As Polygon

    Parameters

    markerStyle
    The type or "style" of outline

    Return Value

    Exceptions
    ExceptionDescription
    This method must be called within the lambda passed to QueuedTask.Run
    Remarks
    The marker style specifies an enum of different, pre-defined shapes
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also