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


IFeatureFindData2.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 > IFeatureFindData2 Interface > IFeatureFindData2.Feature Property
ArcGIS Developer Help

IFeatureFindData2.Feature Property

The feature.

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

ppFeature is a parameter of type IFeature*

Product Availability

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

See Also

IFeatureFindData2 Interface