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


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

IIndexingConfiguration.IsPaused Property

Indicates whether to pause indexing until instructed to resume.

[Visual Basic .NET]
Public Property IsPaused As Boolean
[C#]
public bool IsPaused {get; set;}
[C++]
HRESULT get_IsPaused(
  VARIANT_BOOL* pPaused
);
[C++]
HRESULT put_IsPaused(
  VARIANT_BOOL pPaused
);
[C++]

Parameters pPaused [out, retval] pPaused is a parameter of type VARIANT_BOOL pPaused [in] pPaused 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