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


IRealTimeDestination.ShowBearingToDestination Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeDestination Interface > IRealTimeDestination.ShowBearingToDestination Property
ArcGIS Developer Help

IRealTimeDestination.ShowBearingToDestination Property

Indicates if the bearing to the destination from the current location is displayed.

[Visual Basic .NET]
Public Property ShowBearingToDestination As Boolean
[C#]
public bool ShowBearingToDestination {get; set;}
[C++]
HRESULT get_ShowBearingToDestination(
  Boolean* pShow
);
[C++]
HRESULT put_ShowBearingToDestination(
  VARIANT_BOOL pShow
);
[C++]
Parameters
pShow [out, retval]

pShow is a parameter of type bool* pShow [in]
pShow is a parameter of type bool

Product Availability

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

See Also

IRealTimeDestination Interface