This parameter allows you to select where the processing for the cache creation takes place.
This Computer—to build the cache using the resources of this computer. ArcGIS Server—to leverage the resources of a specified ArcGIS Server to build the cache rapidly.
(In, Required)
Syntax
| Visual Basic (Declaration) |
|
Public Property built_with As String |
| Visual Basic (Usage) |
Copy Code |
Dim instance As GenerateMapServerCache
Dim value As String
instance.built_with = value
value = instance.built_with
|
| C# |
|
public string built_with {get; set;} |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family
See Also