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


IRealTimeLog.LogEstimatedPosition Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeLog.LogEstimatedPosition Property

Indicates if positions are logged if the signal is lost.

[Visual Basic .NET]
Public Property LogEstimatedPosition As Boolean
[C#]
public bool LogEstimatedPosition {get; set;}
[C++]
HRESULT get_LogEstimatedPosition(
  VARIANT_BOOL* pLogEstimated
);
[C++]
HRESULT put_LogEstimatedPosition(
  VARIANT_BOOL pLogEstimated
);
[C++]

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

Product Availability

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

See Also

IRealTimeLog Interface