ArcObjects Library Reference (GeoDatabase)  

INetworkTurn2.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(
  double* Angle
);
[C++]

Parameters

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

Product Availability

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

See Also

INetworkTurn2 Interface