Provides access to members that are common to all features in a GeometricNetwork.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
When To Use
Use the INetworkFeature interface to retrieve properties of a network feature.
Members
Description | ||
---|---|---|
![]() |
Connect | Connect the Feature to the geometrically coincident NetworkFeature. |
![]() |
CreateNetworkElements | Create the necessary NetworkElements in the associated Logical Network. |
![]() |
Disconnect | Disconnect the Feature from all connected NetworkFeatures. |
![]() |
Enabled | Indicates whether the NetworkFeature is open or not (i.e., closed). |
![]() |
GeometricNetwork | The containing GeometricNetwork. |
![]() |
OnDisconnect | Preparation for disconnecting the NetworkFeature. |
CoClasses that implement INetworkFeature
CoClasses and Classes | Description |
---|---|
ComplexEdgeFeature | ESRI Complex edge geometric network feature object. |
ComplexJunctionFeature | ESRI Complex junction geometric network feature. |
SimpleEdgeFeature | ESRI Geometric network simple edge feature object. |
SimpleJunctionFeature | ESRI Geometric network simple junction feature object. |
Remarks
Features in a network can have one of four roles:
Simple Edge
Simple Junction
Complex Edge
Complex Junction
See Also
IComplexNetworkFeature Interface | ISimpleJunctionFeature Interface | IJunctionFeature Interface | ISimpleEdgeFeature Interface | IComplexJunctionFeature Interface | IEdgeFeature Interface | INetworkFeatureEvents Interface | INetworkFeature Interface | IComplexEdgeFeature Interface | INetworkFeature.Connect Method