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