Create ArcInfo Workspace (Data Management) (ArcInfo only) |
|
Release 9.2
Last modified November 29, 2010 |
![]() ![]() ![]() Print all topics in : "Tools" |
Creates a workspace with an INFO subdirectory.
Usage tips
The workspace can't already exist.
The following environment settings affect this tool: workspace and scratch workspace.
Command line syntax
An overview of the Command Line window
CreateArcInfoWorkspace_management <out_folder_path> <out_name>
Parameter | Explanation | Data Type |
<out_folder_path> |
Location where the ArcInfo workspace will be created. |
Folder |
<out_name> |
Name of the ArcInfo workspace to be created. |
String |
CreateArcInfoWorkspace_management d:\workspace transportation
Scripting syntax
About getting started with writing geoprocessing scripts
CreateArcInfoWorkspace_management (out_folder_path, out_name)
Parameter | Explanation | Data Type |
out_folder_path (Required) |
Location where the ArcInfo workspace will be created. |
Folder |
out_name (Required) |
Name of the ArcInfo workspace to be created. |
String |
import arcgisscripting gp = arcgisscripting.create() gp.CreateArcInfoWorkspace("h:/workspace", "redlands")