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