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


IImageCooker.ThreadCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageCooker Interface > IImageCooker.ThreadCount Property
ArcGIS Developer Help

IImageCooker.ThreadCount Property

The number of Image Cooker instances for building tile cache.

[Visual Basic .NET]
Public Property ThreadCount As Integer
[C#]
public int ThreadCount {get; set;}
[C++]
HRESULT get_ThreadCount(
  System.Int32* 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

IImageCooker Interface