The NetworkFeature that corresponds to the NetworkElement.
[Visual Basic .NET] Public Function get_NetworkFeature ( _ ByVal networkElement As INetElementDescription _ ) As INetworkFeature
[C#] public INetworkFeature get_NetworkFeature ( INetElementDescription networkElement );
[C++]
HRESULT get_NetworkFeature(
INetElementDescription* networkElement,
INetworkFeature** Feature
);
[C++]Parameters
networkElement [in]networkElement is a parameter of type INetElementDescription
Feature [out, retval]Feature is a parameter of type INetworkFeature
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.