This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeLog Interface > IRealTimeLog.LogEstimatedPosition Property (ArcObjects .NET 10.5 SDK) |
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