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


IIndexingStatus.IsRunning Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Search)  

IIndexingStatus.IsRunning Property

Indicates if the index tasks is running.

[Visual Basic .NET]
Public Property IsRunning As Boolean
[C#]
public bool IsRunning {get; set;}
[C++]
HRESULT get_IsRunning(
  VARIANT_BOOL* pValid
);
[C++]
HRESULT put_IsRunning(
  VARIANT_BOOL pValid
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IIndexingStatus Interface