Output Z domain |
|
Release 9.3
Last modified December 17, 2008 |
![]() ![]() ![]() Print all topics in : "Geodatabase settings" |
Enter the introduction here
An overview of the command line window
zdomain <ZDomain>
Parameters | Explanation | Data type |
zdomain <ZDomain> | Allowable coordinate range for z-values. The Z domain requires the following values:
|
String |
ZDomain "0 25000"
An overview of scripting in geoprocessing
zdomain (ZDomain)
Parameters | Explanation | Data type |
ZDomain (Required) | Allowable coordinate range for z-values. The Z domain requires the following values:
|
String |
import arcgisscripting gp = arcgisscripting.create() gp.ZDomain = "0 25000"