Show Navigation | Hide Navigation
You are here:
Geoprocessing tool reference > Environment Settings > Geodatabase settings

Output Z domain

Release 9.2
Last modified September 4, 2007
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Geodatabase settings"


Related Topics

Allowable coordinate range for z-values.


Usage tips




Command line syntax

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:
  • Z Min—Minimum z value.
  • Z Max—Maximum z value.
String

Data types for geoprocessing tool parameters

Command line example



ZDomain "0 25000"



Scripting syntax

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:
  • Z Min—Minimum z value.
  • Z Max—Maximum z value.
String

Data types for geoprocessing tool parameters

Script example



import arcgisscripting
gp = arcgisscripting.create()

gp.ZDomain = "0 25000"


Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.