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

.NET Samples

Convert part to feature command (Code Files: ConvertPart) | Implementing an XML builder external component (Code Files: XMLDocImpl) | Add-in custom editor extension (Code Files: ValidateFeaturesExtension)

.NET Related Topics

Building editor extensions using add-ins