The feature to be identified.
[Visual Basic .NET]
Public WriteOnly Property Feature
[C#] public void Feature {set;}
[C++]
HRESULT put_Feature(
IFeature*
);
[C++]Parameters
[in]is a parameter of type IFeature
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The Feature property is write-only. However, you can get a reference to the identified feature by casting to IRowIdentifyObject and then using the Row property. This could be coded as follows.