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




Choose either PNG8, PNG24, PNG32, JPEG, or MIXED file format for the tiles in the cache. PNG8 is the default. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.