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


Define the scale levels that should be cached. The Standard option will auto-generate the scales based on the number defined in the "Number of Scales" field. It will use levels that increase or decrease by half from 1:1000000 and will start with a level closest to the extent of the source map document. For example, if the source map document starts at 1:121,000,000 and 14 levels are defined, the scale levels will cache at:1:128,000,0001:64,000,000 1:32,000,0001:16,000,000 1:8,000,0001:4,000,000 1:2,000,000 1:1,000,000 1:500,000 1:250,000 1:125,0001:64,000 1:32,000 1:16,000.

The Custom option permits the cache designer to create a number ofscales defined by the "Number of Scales" field at any scale they wish.

(In, Required)

Syntax

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

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family

See Also