ArcObjects Library Reference (Carto)  

IFeatureCache.Feature Property

The nth feature.

[Visual Basic .NET]
Public Function get_Feature ( _
    ByVal Index As Integer _
) As IFeature
[C#]
public IFeature get_Feature (
    int Index
);
[C++]
HRESULT get_Feature(
  long Index,
  IFeature** Feature
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Feature [out, retval]

  Feature is a parameter of type IFeature

Product Availability

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

See Also

IFeatureCache Interface