This document is archived and information here might be outdated. Recommended version. |
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*
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.