ArcObjects Library Reference (Carto)  

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(
  VARIANT_BOOL* pShow
);
[C++]
HRESULT put_ShowBearingToDestination(
  VARIANT_BOOL pShow
);
[C++]

Parameters

pShow [out, retval]   pShow is a parameter of type VARIANT_BOOL pShow [in]   pShow is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRealTimeDestination Interface