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


IFeatureFindData.Feature Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFeatureFindData.Feature Property

The feature.

[Visual Basic .NET]
Public Property Feature As IFeature
[C#]
public IFeature Feature {get; set;}
[C++]
HRESULT get_Feature(
  IFeature** ppFeature
);
[C++]
HRESULT putref_Feature(
  IFeature* ppFeature
);
[C++]

Parameters ppFeature [out, retval]
ppFeature is a parameter of type IFeature ppFeature [in]
ppFeature is a parameter of type IFeature

Product Availability

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

See Also

IFeatureFindData Interface