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


IGPItemIndexer.UseQueue Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IGPItemIndexer.UseQueue Property

Indicates whether queue is used during index.

[Visual Basic .NET]
Public Property UseQueue As Boolean
[C#]
public bool UseQueue {get; set;}
[C++]
HRESULT get_UseQueue(
  VARIANT_BOOL* UseQueue
);
[C++]
HRESULT put_UseQueue(
  VARIANT_BOOL UseQueue
);
[C++]

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

Product Availability

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

See Also

IGPItemIndexer Interface