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:
- ReturnFeatures is set to False, or
- The network element lies outside of the specified DisplayEnvelope.