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


IGpsDisplayProperties.ShowCurrentBearing Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsDisplayProperties Interface > IGpsDisplayProperties.ShowCurrentBearing Property
ArcGIS Developer Help

IGpsDisplayProperties.ShowCurrentBearing Property

Indicates if the current heading (bearing) is displayed as an angle for the base marker symbol.

[Visual Basic .NET]
Public Property ShowCurrentBearing As Boolean
[C#]
public bool ShowCurrentBearing {get; set;}
[C++]
HRESULT get_ShowCurrentBearing(
  Boolean* pShow
);
[C++]
HRESULT put_ShowCurrentBearing(
  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

IGpsDisplayProperties Interface