ArcObjects Library Reference (Display)  

ICharacterMarkerSymbol.CharacterIndex Property

Character index within font.

[Visual Basic .NET]
Public Property CharacterIndex As Integer
[C#]
public int CharacterIndex {get; set;}
[C++]
HRESULT get_CharacterIndex(
  long* charIndex
);
[C++]
HRESULT put_CharacterIndex(
  long charIndex
);
[C++]

Parameters

charIndex [out, retval]   charIndex is a parameter of type long charIndex [in]   charIndex is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

CharacterIndex is the index of the character that an ICharacterMarkerSymbol uses in the Font that has been specified.

See Also

ICharacterMarkerSymbol Interface

.NET Snippets

Create Character Marker Symbol | Add North Arrow

.NET Samples

Dynamic biking (Code Files: DynamicBikingCmd) | Dynamic display layer (Code Files: MyDynamicLayerClass) | GraphicTracker with the map (Code Files: GTMapForm) | Geoevents in a MapControl (Code Files: GeoEvents) | Triangle graphic element (Code Files: TriangleElementClass)

.NET Related Topics

Getting started with dynamic display | How to connect to ArcGIS Tracking Server | Implementing persistence