Open Table of Contents

ET GeoWizards Toolbox

ShapeToShapeZ
(Go to the main page of the function)

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

Command line syntax 

ET_GPShapeToShapeZ<input_dataset> <out_feature class> <Z_value_field> 

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

Scripting syntax

ET_GPShapeToShapeZ(input_dataset  out_feature class  Z_value_field  convert_option)

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