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

Z Tolerance

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

Print all topics in : "General settings"


Related Topics


NOTE: This environment is only applicable to ArcGIS 9.2, or higher.



Specify the Z tolerance that will be used for processing and set to the output geodataset.

Learn more about Z tolerance


Usage tips





Command line syntax

An overview of the command line window
ZTolerance <linear unit>


Parameters Explanation Datatype
<Linear unit> The tolerance for adjusting Z values during cluster processing.
The default value is 10 * the Z resolution.
Linear Unit

Data types for geoprocessing tool parameters

Command line example



ZTolerance 0.02



Scripting syntax

An overview of scripting in geoprocessing

ZTolerance (Linear unit)


Parameters Explanation Datatype
Linear Unit (Required) The tolerance for adjusting Z values during cluster processing.
The default value is 10 * the Z resolution.
Linear Unit

Data types for geoprocessing tool parameters

Script example



import arcgisscripting
gp = arcgisscripting.create()

gp.workspace = "H:\\Tongass"
gp.ZTolerance = "0.02"

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