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




The path to the tiles that will be imported. This is represented by a raster dataset icon in the tool user interface. If you are scripting, it is the path to the cache folder matching the data frame name. You do not have to point this parameter at a registered server cache directory; in fact, most of the time you'll be pointing at a location on disk where tiles have been previously exported. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property source_cache_dataset As Object
Visual Basic (Usage)Copy Code
Dim instance As ImportMapServerCache
Dim value As Object
 
instance.source_cache_dataset = value
 
value = instance.source_cache_dataset
C# 
public object source_cache_dataset {get; set;}

See Also

© 2010 All Rights Reserved.