ArcGIS Pro 2.9 API Reference Guide
ConstructMarker(CIMStroke,Double,Polygon) Method

ArcGIS.Desktop.Mapping Namespace > SymbolFactory Class > ConstructMarker Method : ConstructMarker(CIMStroke,Double,Polygon) Method
The marker outline
The size of the marker to construct
The outline shape of the marker
Constructs a marker of the stroke ("outline"), size, and shape.
Syntax
public CIMMarker ConstructMarker( 
   CIMStroke outline,
   double size,
   Polygon markerShape
)
Public Overloads Function ConstructMarker( _
   ByVal outline As CIMStroke, _
   ByVal size As Double, _
   ByVal markerShape As Polygon _
) As CIMMarker

Parameters

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 is used to create a polygon symbol which is used to depict the marker. The polygon symbol will be hollow - i.e. it has a null fill
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

SymbolFactory Class
SymbolFactory Members
Overload List