ArcObjects Library Reference (GeoDatabase)  

INetworkEdge.ToAzimuth Property

Direction of travel at the to-end of the network edge element.

[Visual Basic .NET]
Public ReadOnly Property ToAzimuth As Double
[C#]
public double ToAzimuth {get;}
[C++]
HRESULT get_ToAzimuth(
  double* ToAzimuth
);
[C++]

Parameters

ToAzimuth [out, retval]   ToAzimuth is a parameter of type double

Product Availability

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

Remarks

The ToAzimuth property indicates the direction of travel at the terminating end of the edge element.  For edge elements generated by an EdgeFeatureSource, the FromAzimuth and ToAzimuth values are measured clockwise in degrees relative to the positive Y-axis direction of the spatial reference of the network dataset.

See Also

INetworkEdge Interface