ESRI.ArcGIS.ServerTools
ManageGlobeServerCacheTiles Constructor(String,String,Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ServerTools Namespace > ManageGlobeServerCacheTiles Class > ManageGlobeServerCacheTiles Constructor : ManageGlobeServerCacheTiles Constructor(String,String,Object,String)




server_name
The ArcGIS Server machine hosting the globe service whose tiles you are managing. (In, Required)
object_name
The globe service whose tiles will be modified. (In, Required)
in_layers
Select the layers to include in the cache. (In, Required)
update_mode
Choose a mode for updating the cache. The two modes are: (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal server_name As String, _
   ByVal object_name As String, _
   ByVal in_layers As Object, _
   ByVal update_mode As String _
)
Visual Basic (Usage)Copy Code
Dim server_name As String
Dim object_name As String
Dim in_layers As Object
Dim update_mode As String
 
Dim instance As ManageGlobeServerCacheTiles(server_name, object_name, in_layers, update_mode)
C# 
public ManageGlobeServerCacheTiles( 
   string server_name,
   string object_name,
   object in_layers,
   string update_mode
)

Parameters

server_name
The ArcGIS Server machine hosting the globe service whose tiles you are managing. (In, Required)
object_name
The globe service whose tiles will be modified. (In, Required)
in_layers
Select the layers to include in the cache. (In, Required)
update_mode
Choose a mode for updating the cache. The two modes are: (In, Required)

See Also

© 2010 All Rights Reserved.