Output Z domain |
|
Release 9.2
Last modified September 4, 2007 |
![]() ![]() ![]() Print all topics in : "Geodatabase settings" |
Allowable coordinate range for z-values.
An overview of the command line window
zdomain <ZDomain>
Parameters | Explanation | Datatype |
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 | Datatype |
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"