Output has Z values |
|
Release 9.2
Last modified September 4, 2007 |
![]() ![]() ![]() Print all topics in : "General settings" |
Specifies whether output feature datasets will contain z-values.
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-values.
Some features include z-values in their feature geometry. If you examine the attribute tables of these features, you will see that the shape field says PointZ, PolylineZ, or PolygonZ. Features with 3D geometry are automatically displayed in 3D in a scene using the z-values from the feature geometry. You can set the base height of these features using an attribute or a surface if you do not wish to use the built-in z-values. If you then want to switch back to using the z-values, click the Layer features have z-values. Use them for the heights option.
An overview of the command line window
OutputZFlag <DEFAULT | enabled | disabled>
Parameters | Explanation | Datatype |
<DEFAULT | enabled | disabled> | Specifies whether output feature datasets will contain z-values.
|
String |
OutputZFlag enabled
An overview of scripting in geoprocessing
OutputZFlag (outputZFlag)
Parameters | Explanation | Datatype |
outputZFLag (Required) | Specifies whether output feature datasets will contain z-values.
|
String |
import arcgisscripting gp = arcgisscripting.create() gp.Workspace = "h:/workspace" gp.OutputZFlag = "enabled"