This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISegmentMeanShiftFunctionArguments Interface > ISegmentMeanShiftFunctionArguments.NumThreadsToUse Property (ArcObjects .NET 10.4 SDK) |
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