Current workspace |
|
Release 9.3
Last modified December 17, 2008 |
![]() ![]() ![]() 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 | Data type |
<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 | Data type |
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"