This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureCache Interface > IFeatureCache.Feature Property (ArcObjects .NET 10.4 SDK) |
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