ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / ConstructMarker Method / ConstructMarker(Int32,String) Method
The index of the character from the font.
The font family name of the character marker to construct.

ConstructMarker(Int32,String) Method
Constructs a character marker.
Syntax
public CIMMarker ConstructMarker( 
   int characterIndex,
   string fontFamily
)

Parameters

characterIndex
The index of the character from the font.
fontFamily
The font family name of the character marker to construct.

Return Value

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also