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


INetworkEdge.Direction Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkEdge Interface > INetworkEdge.Direction Property
ArcGIS Developer Help

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(
void
);

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