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


Specifies the width, in pixels, of the output map tiles. Small widths 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_width As Integer
Visual Basic (Usage) Copy Code
Dim instance As GenerateMapServerCache
Dim value As Integer
 
instance.tile_width = value
 
value = instance.tile_width
C#  
public int tile_width {get; set;}

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family

See Also