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




The width of the cache tiles in pixels. The default is 256. For the best balance between performance and manageability, avoid deviating from standard widths of 256 or 512. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property tile_width As Integer
Visual Basic (Usage)Copy Code
Dim instance As GenerateMapServerCacheTilingScheme
Dim value As Integer
 
instance.tile_width = value
 
value = instance.tile_width
C# 
public int tile_width {get; set;}

See Also

© 2010 All Rights Reserved.