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


IItemIndexAdmin.UseStaging Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IItemIndexAdmin.UseStaging Property

Indicates whether to use staging during index.

[Visual Basic .NET]
Public Property UseStaging As Boolean
[C#]
public bool UseStaging {get; set;}
[C++]
HRESULT get_UseStaging(
  VARIANT_BOOL* pUseStaging
);
[C++]
HRESULT put_UseStaging(
  VARIANT_BOOL pUseStaging
);
[C++]

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

Product Availability

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

See Also

IItemIndexAdmin Interface