ArcGIS Pro 2.6 API Reference Guide
ConstructMarker(Int32,String) Method

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.
Constructs a character marker
Syntax
public CIMMarker ConstructMarker( 
   int characterIndex,
   string fontFamily
)
Public Overloads Function ConstructMarker( _
   ByVal characterIndex As Integer, _
   ByVal fontFamily As String _
) As CIMMarker

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 10, Windows 8.1, Windows 7

See Also

Reference

SymbolFactory Class
SymbolFactory Members
Overload List