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


IPlacedObject3.ClassIndex Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPlacedObject3 Interface > IPlacedObject3.ClassIndex Property
ArcGIS Developer Help

IPlacedObject3.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(
  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

IPlacedObject3 Interface