This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkEdge Interface > INetworkEdge.FromAzimuth Property (ArcObjects .NET 10.4 SDK) |
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
The FromAzimuth property indicates the direction of travel at the starting 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.