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


ISegmentMeanShiftFunctionArguments.NumThreadsToUse Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ISegmentMeanShiftFunctionArguments.NumThreadsToUse Property

Number of threads to use. Optional. Default is 50% of available cores.

[Visual Basic .NET]
Public Property NumThreadsToUse As Integer
[C#]
public int NumThreadsToUse {get; set;}
[C++]
HRESULT get_NumThreadsToUse(
  long* pNumThreads
);
[C++]
HRESULT put_NumThreadsToUse(
  long pNumThreads
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISegmentMeanShiftFunctionArguments Interface