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


IFeatureClassContainer.Class Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IFeatureClassContainer.Class Property

The FeatureClass associated with the specified index value.

[Visual Basic .NET]
Public Function get_Class ( _
    ByVal ClassIndex As Integer _
) As IFeatureClass
[C#]
public IFeatureClass get_Class (
    int ClassIndex
);
[C++]
HRESULT get_Class(
  long ClassIndex,
  IFeatureClass** FeatureClass
);
[C++]

Parameters ClassIndex [in] ClassIndex is a parameter of type long FeatureClass [out, retval]
FeatureClass is a parameter of type IFeatureClass

Product Availability

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

See Also

IFeatureClassContainer Interface

.NET Related Topics

Geodatabase