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


IRealTimeLog.LogEstimatedPosition Property (ArcObjects .NET 10.6 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(
  Boolean* pLogEstimated
);
[C++]

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

Product Availability

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

See Also

IRealTimeLog Interface