ArcGIS Pro 2.6 API Reference Guide
ConstructMarker(CIMPolygonSymbol,Double,Polygon) Method

ArcGIS.Desktop.Mapping Namespace > SymbolFactory Class > 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
Constructs a marker of the specified fill style, size, and shape.
Syntax
Public 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 10, Windows 8.1, Windows 7

See Also

Reference

SymbolFactory Class
SymbolFactory Members
Overload List