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


INACompactStreetDirection2.DepartBearing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INACompactStreetDirection2 Interface > INACompactStreetDirection2.DepartBearing Property
ArcGIS Developer Help

INACompactStreetDirection2.DepartBearing Property

The depart bearing of the item.

[Visual Basic .NET]
Public ReadOnly Property DepartBearing As Double
[C#]
public double DepartBearing {get;}
[C++]
HRESULT get_DepartBearing(
  System.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 travel bearing, in degrees measured clockwise from north, at the beginning of the maneuver covered by this direction item.

See Also

INACompactStreetDirection2 Interface