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


IFeatureCache2.Feature Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureCache2 Interface > IFeatureCache2.Feature Property
ArcGIS Developer Help

IFeatureCache2.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

IFeatureCache2 Interface