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




Choose to use a NEW or PREDEFINED tiling scheme. You can define a new tiling scheme with this tool or browse to a predefined tiling scheme file (.xml). A predefined scheme can be created by running the Generate Map Server Cache Tiling Scheme tool. (In, Required)

Syntax

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

See Also

© 2010 All Rights Reserved.