ESRI.ArcGIS.DataManagementTools Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
levels Property
See Also 
ESRI.ArcGIS.DataManagementTools Namespace > GenerateMapServerCache Class : levels Property


A list of the various scales at which the cache will be generated. The tool gives the default scale levels based on the number of levels specified. You are able to change these values and generate the cache at the desired scale levels.Enter a single scale or a comma-delimited list of scales at which to generate the cache.

(In, Optional)

Syntax

Visual Basic (Declaration)  
Public Property levels As Object
Visual Basic (Usage) Copy Code
Dim instance As GenerateMapServerCache
Dim value As Object
 
instance.levels = value
 
value = instance.levels
C#  
public object levels {get; set;}

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family

See Also