This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometricNetwork Interface > IGeometricNetwork.NetworkFeature Property (ArcObjects .NET 10.5 SDK) |
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