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


IMaplexPlacedLabel.ClassIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Maplex > ESRI.ArcGIS.Maplex > Interfaces > IM > IMaplexPlacedLabel Interface > IMaplexPlacedLabel.ClassIndex Property
ArcGIS Developer Help

IMaplexPlacedLabel.ClassIndex Property

Class index associated with the label.

[Visual Basic .NET]
Public Property ClassIndex As Integer
[C#]
public int ClassIndex {get; set;}
[C++]
HRESULT get_ClassIndex(
  System.Int32* index
);
[C++]
HRESULT put_ClassIndex(
  long index
);
[C++]
Parameters
index [out, retval]

index is a parameter of type long* index [in]
index is a parameter of type long

Product Availability

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

See Also

IMaplexPlacedLabel Interface