This document is archived and information here might be outdated.  Recommended version.


ICharacterMarker3DSymbol.CharacterIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IC > ICharacterMarker3DSymbol Interface > ICharacterMarker3DSymbol.CharacterIndex Property
ArcGIS Developer Help

ICharacterMarker3DSymbol.CharacterIndex Property

Character index within font.

[Visual Basic .NET]
Public Property CharacterIndex As Integer
[C#]
public int CharacterIndex {get; set;}
[C++]
HRESULT get_CharacterIndex(
  System.Int32* 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. Requires 3D Analyst Extension.

Description

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

See Also

ICharacterMarker3DSymbol Interface