ArcObjects Library Reference (Carto)  

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

IFeatureFindData2 Interface