This document is archived and information here might be outdated. Recommended version. |
Provides access to members that modify and return information about an edge feature.
Name | Description | |
---|---|---|
DisconnectAtEndpoint | Perform the disconnection at either or both of the endpoint. | |
DisconnectAtJunction | Perform the disconnection at the specified junction. | |
FromJunctionEID | The junction element EID that corresponds to the from endpoint. | |
FromJunctionFeature | The junction that corresponds to the from endpoint. | |
FromToJunctionEIDs | The FROM and TO junction element EIDs (the first is the FROM, the second is the TO). | |
GeometryForEdgeElement | The geometry corresponding to the element with the given subID. | |
ToJunctionEID | The junction element EID that corresponds to the to endpoint. | |
ToJunctionFeature | The junction that corresponds to the to endpoint. | |
Update | Programmatic update of the NetworkFeature. |
Classes | Description |
---|---|
ComplexEdgeFeature | Esri Complex edge geometric network feature object. |
SimpleEdgeFeature | Esri Geometric network simple edge feature object. |
Use the IEdgeFeature interface to get information about an edge feature as well as to disconnect an edge feature from a geometric network. The IEdgeFeature interface should not be used as a means to traverse the network. IEdgeFeature should only be used to return the connectivity information for features connected to the specific edge feature. Using the IEdgeFeature interface to navigate through the network will be extremely slow and cumbersome. For traverses through the network use the IForwardStar interface on the Network Object Model.
INetworkFeatureEvents Interface | IComplexNetworkFeature Interface | IComplexJunctionFeature Interface | IComplexEdgeFeature Interface | INetworkFeature.Connect Method | ISimpleEdgeFeature Interface | INetworkFeature Interface | IEdgeFeature Interface | ISimpleJunctionFeature Interface | IJunctionFeature Interface