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


Specifies the height, in pixels, of the output map tiles. Small heights may improve performance of the application requesting tiles from the cache as less data will travel over the wire. However, there will be more edge effects, such as labeling inconsistencies that with larger sized tiles. The default tile width is 512.

(In, Required)

Syntax

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

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family

See Also