ArcObjects Library Reference (GeoDatabase)  

INetworkFeature Interface

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
Method Connect Connect the Feature to the geometrically coincident NetworkFeature.
Method CreateNetworkElements Create the necessary NetworkElements in the associated Logical Network.
Method Disconnect Disconnect the Feature from all connected NetworkFeatures.
Read/write property Enabled Indicates whether the NetworkFeature is open or not (i.e., closed).
Read-only property GeometricNetwork The containing GeometricNetwork.
Method 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