ArcObjects Library Reference (Maplex)  

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(
  long* 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