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


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

INetworkTurn.Angle Property

Angle of the turning movement described by this network turn.

[Visual Basic .NET]
Public ReadOnly Property Angle As Double
[C#]
public double Angle {get;}
[C++]
HRESULT get_Angle(
void
);

Product Availability

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

Remarks

The Angle property returns the turning angle of the turn.  The turning angle is determined by the difference in the azimuth values of the first and last edge elements of the turn.

The value returned for Angle ranges from 0 to 360.  The Angle in measured clockwise from straight in degrees.  Below are sample Angle values:

See Also

INetworkTurn Interface