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


IGpsDisplayProperties.ShowCurrentPosition Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGpsDisplayProperties.ShowCurrentPosition Property

Indicates if the current position is displayed.

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

IGpsDisplayProperties Interface