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


ITinIdentifyObj.Feature Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinIdentifyObj Interface > ITinIdentifyObj.Feature Property
ArcGIS Developer Help

ITinIdentifyObj.Feature Property

The Feature property as IFeature.

[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.

See Also

ITinIdentifyObj Interface