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




The height 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_height As Integer
Visual Basic (Usage)Copy Code
Dim instance As GenerateMapServerCacheTilingScheme
Dim value As Integer
 
instance.tile_height = value
 
value = instance.tile_height
C# 
public int tile_height {get; set;}

See Also

© 2010 All Rights Reserved.