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


IIndexingConfiguration.WasRunning Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IIndexingConfiguration.WasRunning Property

Indicates whether the indexer was running when it was paused.

[Visual Basic .NET]
Public Property WasRunning As Boolean
[C#]
public bool WasRunning {get; set;}
[C++]
HRESULT get_WasRunning(
  VARIANT_BOOL* pRunning
);
[C++]
HRESULT put_WasRunning(
  VARIANT_BOOL pRunning
);
[C++]

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

Product Availability

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

See Also

IIndexingConfiguration Interface