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




server_name
The ArcGIS Server machine hosting the service from which you want to remove cache scales. (In, Required)
object_name
The name of the map service from which you want to remove cache scales. (In, Required)
levels
The scale values to be included in the updated tiling scheme. (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 levels As Object _
)
Visual Basic (Usage)Copy Code
Dim server_name As String
Dim object_name As String
Dim levels As Object
 
Dim instance As ManageMapServerCacheScales(server_name, object_name, levels)
C# 
public ManageMapServerCacheScales( 
   string server_name,
   string object_name,
   object levels
)

Parameters

server_name
The ArcGIS Server machine hosting the service from which you want to remove cache scales. (In, Required)
object_name
The name of the map service from which you want to remove cache scales. (In, Required)
levels
The scale values to be included in the updated tiling scheme. (In, Required)

See Also

© 2010 All Rights Reserved.