This document is archived and information here might be outdated. Recommended version. |
The time, in seconds, between storing positions in the log file. Defaults to 5 seconds.
[Visual Basic .NET]
Public Property LogRate As Double
[C#]
public double LogRate {get; set;}
[C++]
HRESULT get_LogRate(
System.Double* pRate
);
[C++]
HRESULT put_LogRate(
double pRate
);
[C++] Parameters pRate [out, retval]
pRate is a parameter of type double* pRate [in]
pRate is a parameter of type double