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


IRealTimeLog.LogEstimatedPosition Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeLog Interface > IRealTimeLog.LogEstimatedPosition Property
ArcGIS Developer Help

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