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


IObject.Class Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IO > IObject Interface > IObject.Class Property
ArcGIS Developer Help

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

Add-in custom editor extension Implementing an XML builder external component