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


IRealTimeLog.IsLogging 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.IsLogging Property
ArcGIS Developer Help

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(
  Boolean* pLogging
);
[C++]
Parameters
pLogging [out, retval]

pLogging is a parameter of type bool*

Product Availability

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

See Also

IRealTimeLog Interface