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


IRealTimeLog.IsLogging Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeLog.IsLogging Property

Indicates if the data is being logged.

[Visual Basic .NET]
Public ReadOnly Property IsLogging As Boolean
[C#]
public bool IsLogging {get;}
[C++]
HRESULT get_IsLogging(
  VARIANT_BOOL* pLogging
);
[C++]

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

Product Availability

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

See Also

IRealTimeLog Interface