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


IGPMultithreadedItemIndexer.ThreadCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IGPMultithreadedItemIndexer.ThreadCount Property

The number of instances for index creation.

[Visual Basic .NET]
Public Property ThreadCount As Integer
[C#]
public int ThreadCount {get; set;}
[C++]
HRESULT get_ThreadCount(
  long* pThreadCount
);
[C++]
HRESULT put_ThreadCount(
  long pThreadCount
);
[C++]

Parameters pThreadCount [out, retval] pThreadCount is a parameter of type long pThreadCount [in] pThreadCount is a parameter of type long

Product Availability

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

See Also

IGPMultithreadedItemIndexer Interface