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


IRealTimeLog.LogRate Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeLog.LogRate Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRealTimeLog Interface