This document is archived and information here might be outdated. Recommended version. |
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*