ArcObjects Library Reference (GeoDatabase)  

IObject.Class Property

The Object Class for the row.

[Visual Basic .NET]
Public ReadOnly Property Class As IObjectClass
[C#]
public IObjectClass Class {get;}
[C++]
HRESULT get_Class(
  IObjectClass** Table
);
[C++]

Parameters

Table [out, retval]

  Table is a parameter of type IObjectClass

Product Availability

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

See Also

IObject Interface