Character index within font.
[Visual Basic 6.0] Property CharacterIndex As Long
[Visual Basic .NET] Public Property CharacterIndex As Integer
[C#] public int CharacterIndex {get; set;}
[Java] public int getCharacterIndex() throws IOException, AutomationException
[Java] public void setCharacterIndex( Long CharacterIndex ) throws IOException, AutomationException
[C++]
HRESULT get_CharacterIndex(
long* charIndex
);
[C++] HRESULT put_CharacterIndex( long charIndex);
Parameters
charIndex [out, retval]
charIndex is a parameter of type long
charIndex [in]
charIndex is a parameter of type long
CharacterIndex is the index of the character that an ICharacterMarker3DSymbol uses in the Font that has been specified.