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


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

IRealTimeLog.UseLogRate Property

Indicates if the log rate is used for sampling data.

[Visual Basic .NET]
Public Property UseLogRate As Boolean
[C#]
public bool UseLogRate {get; set;}
[C++]
HRESULT get_UseLogRate(
  VARIANT_BOOL* pUse
);
[C++]
HRESULT put_UseLogRate(
  VARIANT_BOOL pUse
);
[C++]

Parameters pUse [out, retval] pUse is a parameter of type VARIANT_BOOL pUse [in] pUse is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRealTimeLog Interface