Provides access to members that modify and return information about an edge feature.
Product Availability
Members
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. |
CoClasses that implement IEdgeFeature
CoClasses and Classes | Description |
---|---|
ComplexEdgeFeature | ESRI Complex edge geometric network feature object. |
SimpleEdgeFeature | ESRI Geometric network simple edge feature object. |
Remarks
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.
See Also
IComplexNetworkFeature Interface | ISimpleJunctionFeature Interface | IJunctionFeature Interface | ISimpleEdgeFeature Interface | IComplexJunctionFeature Interface | IEdgeFeature Interface | INetworkFeatureEvents Interface | INetworkFeature Interface | IComplexEdgeFeature Interface | INetworkFeature.Connect Method