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


INetworkEdge2.QueryEdgeInOtherDirection Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkEdge2.QueryEdgeInOtherDirection Method

Queries the network edge element corresponding to the reverse traversal of this network edge element.

[Visual Basic .NET]
Public Sub QueryEdgeInOtherDirection ( _
    ByVal Edge As INetworkEdge _
)
[C#]
public void QueryEdgeInOtherDirection (
    INetworkEdge Edge
);
[C++]
HRESULT QueryEdgeInOtherDirection(
  INetworkEdge* Edge
);
[C++]

Parameters Edge [in]
Edge is a parameter of type INetworkEdge

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkEdge2 Interface