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


IIndexingConfiguration.IsPaused Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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

pPaused is a parameter of type bool* pPaused [in]
pPaused is a parameter of type bool

Product Availability

No record for Search in Libraries found

See Also

IIndexingConfiguration Interface