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


IFeatureCache.Feature Property (ArcObjects .NET 10.5 SDK)
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

.NET Samples

Buffer snap agent (Code Files: BufferSnap)