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.LogRate Property (ArcObjects .NET 10.5 SDK) |
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(
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