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

Output Z domain

Release 9.3
Last modified December 17, 2008
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Geodatabase settings"


Enter the introduction here


Usage tips




Command line syntax

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:
  • 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 Data type
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.