ArcObjects Library Reference (GeoDatabase)  

INetworkEdge.Direction Property

Direction in which this network edge element is oriented relative to the direction of its source object.

[Visual Basic .NET]
Public ReadOnly Property Direction As esriNetworkEdgeDirection
[C#]
public esriNetworkEdgeDirection Direction {get;}
[C++]
HRESULT get_Direction(
  esriNetworkEdgeDirection* Direction
);
[C++]

Parameters

Direction [out, retval]

  Direction is a parameter of type esriNetworkEdgeDirection

Product Availability

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

Remarks

The Direction property returns the direction of travel along this edge element relative to the digitized direction of the source feature.  The direction of travel is either esriNEDAlongDigitized, meaning the direction of travel along the edge element is the same as the feature's direction of digitization, or esriNEDAgainstDigitized, meaning the direction of travel along the edge element is the opposite of the feature's direction of digitization.

See Also

INetworkEdge Interface