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


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

INAStreetDirection3.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(
  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.

See Also

INAStreetDirection3 Interface