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


IRealTimeLog.LogRate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeLog Interface > IRealTimeLog.LogRate Property
ArcGIS Developer Help

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(
  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

Product Availability

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

See Also

IRealTimeLog Interface