ArcObjects Library Reference (DataSourcesRaster)  

IImageRegistration.ThreadCount Property

The number of instances for image registration.

ERROR: Syntax information about IImageRegistration.ThreadCount may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DataSourcesRaster.dll

[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.

See Also

IImageRegistration Interface