ArcGIS Developer Help  (GeoDatabase)    

IFeatureClassContainer.Class Property

The FeatureClass associated with the specified index value.

[Visual Basic 6.0]
Property Class(
    ByVal ClassIndex As Long _
) As IFeatureClass
[Visual Basic .NET]
Public Function get_Class ( _
    ByVal ClassIndex As Integer _
) As IFeatureClass
[C#]
public IFeatureClass get_Class (
    int ClassIndex
);
[Java]
public IFeatureClass getClass (
    Long ClassIndex
)
[C++]
HRESULT get_Class(
  long ClassIndex,
  IFeatureClass** fclass
);
[C++]

Parameters

ClassIndex [in]

  ClassIndex is a parameter of type long

fclass [out, retval]

  fclass is a parameter of type IFeatureClass

Product Availability

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

See Also

IFeatureClassContainer Interface

 


Feedback Send feedback on this page