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




Specifies whether to use antialiasing when rendering the tiles. If antialiasing is chosen, edges of lines, borders, and text will be smoothed. There is a performance cost for this option. The performance cost is greater when using MXD-based map services (as opposed to MSD-based map services that have antialiasing defined in the MSD file). Antialiasing provides no benefit with raster imagery. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property Antialiasing As String
Visual Basic (Usage)Copy Code
Dim instance As CreateMapServerCache
Dim value As String
 
instance.Antialiasing = value
 
value = instance.Antialiasing
C# 
public string Antialiasing {get; set;}

See Also

© 2010 All Rights Reserved.