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


IGeometricNetwork.NetworkFeature Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometricNetwork Interface > IGeometricNetwork.NetworkFeature Property
ArcGIS Developer Help

IGeometricNetwork.NetworkFeature Property

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.

See Also

IGeometricNetwork Interface