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


IClassHelper.Class Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IClassHelper.Class Property

The class for this class helper.

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

Parameters ObjectClass [out, retval]
ObjectClass is a parameter of type IClass

Product Availability

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

See Also

IClassHelper Interface

.NET Samples

Timestamper class extension (Code Files: TimestampClassExtension) | Tabbed feature inspector (Code Files: ObjectInspector)

.NET Related Topics

Creating class extensions