Default output Z value |
|
Release 9.2
Last modified September 4, 2007 |
![]() ![]() ![]() Print all topics in : "General settings" |
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.
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 |
OutputZValue 250
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 |
import arcgisscripting gp = arcgisscripting.create() gp.Workspace = "h:/workspace" gp.OutputZValue = "250"