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


IGPItemIndexer.UseStaging Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IGPItemIndexer.UseStaging Property

Indicates whether staging is used during index.

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

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

Product Availability

No record for Search in Libraries found

See Also

IGPItemIndexer Interface