ArcObjects Library Reference (Carto)  

IPlacedObject.ClassIndex Property

Class index of the placed object.

[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

IPlacedObject Interface