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


IMapCacheTileManagerJob.Level Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMapCacheTileManagerJob.Level Property

Cancel the current job.

[Visual Basic .NET]
Public Property Level As Integer
[C#]
public int Level {get; set;}
[C++]
HRESULT get_Level(
  long pLevel
);
[C++]
HRESULT put_Level(
  System.Int32* pLevel
);
[C++]

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

Product Availability

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

See Also

IMapCacheTileManagerJob Interface