This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICharacterMarkerSymbol Interface > ICharacterMarkerSymbol.CharacterIndex Property (ArcObjects .NET 10.5 SDK) |
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