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


INACompactStreetDirection2.GeneralBearing Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INACompactStreetDirection2.GeneralBearing Property

The general bearing of the item.

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

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

The general bearing, in degrees measured clockwise from north, of the maneuver covered by this direction item.

See Also

INACompactStreetDirection2 Interface