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


IEIDInfo.Feature Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IE > IEIDInfo Interface > IEIDInfo.Feature Property
ArcGIS Developer Help

IEIDInfo.Feature Property

Feature associated with this network element ID.

[Visual Basic .NET]
Public ReadOnly Property Feature As IFeature
[C#]
public IFeature Feature {get;}
[C++]
HRESULT get_Feature(
  IFeature** Feature
);
[C++]
Parameters
Feature [out, retval]

Feature is a parameter of type IFeature**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The Feature will be null if either:

See Also

IEIDInfo Interface