Go to ET GeoWizards 12.x User Guide

Shape To ShapeZ

Go to ToolBox Implementation

Converts the features of a data set to 3D features with constant Z value

Inputs:

Outputs:

ToolBox implementation
(Go to TOP)

Command line syntax 

ET_GPShapeToShapeZ<input_dataset> <out_feature class> <Z_value_field> {Add_M}

Parameters

Expression Explanation
<input_dataset> A Point feature class or feature layer
<out_feature class> A String - the full name of the output feature class (A feature class with the same full name should not exist)
<Z_value_field> A String  - the name (Case sensitive ) of a Numeric (integer or double) field which values will be used for assigning Z values to the output  points
{Add_M} A Boolean - if TRUE - M values will be addaed.

Scripting syntax

ET_GPShapeToShapeZ(input_dataset, out_feature_class, Z_value_field, Add_M)

See the explanations above:
<> - required parameter
{} - optional parameter

Copyright © Ianko Tchoukanski