Current workspace |
|
Release 9.2
Last modified September 4, 2007 |
![]() ![]() ![]() Print all topics in : "General settings" |
Specifies the workspace for the current session. The location from which inputs are taken and outputs are placed when running tools.
An overview of the command line window
Workspace <workspace or feature dataset>
Parameters | Explanation | Datatype |
<workspace or feature dataset> | The location from which inputs are taken and outputs are placed when running tools. | Folder | Workspace |
workspace d:\myWorkspace OR workspace d:\myWorkspace.mdb
An overview of scripting in geoprocessing
Workspace (workspace or feature dataset)
Parameters | Explanation | Datatype |
workspace or feature dataset (Required) | The location from which inputs are taken and outputs are placed when running tools. | Folder | Workspace |
import arcgisscripting gp = arcgisscripting.create() gp.workspace = "h:/workspace"