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


ISegmentMeanShiftFunctionArguments.NumThreadsToUse Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > ISegmentMeanShiftFunctionArguments Interface > ISegmentMeanShiftFunctionArguments.NumThreadsToUse Property
ArcGIS Developer Help

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(
  System.Int32* 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