ArcGIS Pro 2.6 API Reference Guide
ConstructMarkerShape Method (SymbolFactory)

ArcGIS.Desktop.Mapping Namespace > SymbolFactory Class : ConstructMarkerShape Method
The type or "style" of outline
Constructs the marker outline for the given marker style. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public Polygon ConstructMarkerShape( 
   SimpleMarkerStyle markerStyle
)
Public 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 10, Windows 8.1, Windows 7

See Also

Reference

SymbolFactory Class
SymbolFactory Members