Indicates if the estimated position is displayed when the signal is lost.
[Visual Basic .NET] Public Property ShowEstimatedPosition As Boolean
[C#] public bool ShowEstimatedPosition {get; set;}
[C++]
HRESULT get_ShowEstimatedPosition(
VARIANT_BOOL* pShow
);
[C++]
HRESULT put_ShowEstimatedPosition(
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.