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


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

IFeatureIdentifyObj.Feature Property

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.

See Also

IFeatureIdentifyObj Interface