ArcObjects Library Reference (GeoDatabase)  

INetworkEdge2.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.

See Also

INetworkEdge2 Interface