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

Default output Z value

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

The default z-values that will be applied to newly generated output features of feature classes containing z-values providing a base value so all features can be projected in 3D.

TINs and features with 3D geometries (pointZ, polylineZ, polygonZ, and multipatch shapes, for example) are automatically drawn in 3D. Rasters (grids and images) and 2D features are drawn as though they were resting on a flat surface. To view rasters and 2D features in 3D, you need to define their z-value.


Usage tips



Command line syntax

An overview of the command line window

OutputZValue <value>


Parameters Explanation Datatype
<value> The z-values that will be applied to newly generated output features of feature classes containing z-values providing a base value so all features can be projected in 3D. Double

Data types for geoprocessing tool parameters

Command line example



OutputZValue 250



Scripting syntax

An overview of scripting in geoprocessing
OutputZValue (value)


Parameters Explanation Datatype
value (Required) The z-values that will be applied to newly generated output features of feature classes containing z-values providing a base value so all features can be projected in 3D. Double

Data types for geoprocessing tool parameters

Script example



import arcgisscripting
gp = arcgisscripting.create()

gp.Workspace = "h:/workspace"
gp.OutputZValue = "250"


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