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


INetworkEdge2.FromAzimuth Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkEdge2.FromAzimuth Property

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

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

Parameters FromAzimuth [out, retval] FromAzimuth is a parameter of type double

Product Availability

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

See Also

INetworkEdge2 Interface