Go to ET GeoWizards 12.x User Guide

Point To Point Z(M)

Go to ToolBox Implementation

Converts a point data set to a point Z (M) feature class

Inputs:

Outputs:

ToolBox implementation
(Go to TOP)

Command line syntax 

ET_GPPointToPointZM <input_dataset> <out_feature class> <ZM_value_field> <Z | 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)
<ZM_value_field> A String  - the name (Case sensitive) of a Numeric (integer or double) field which values will be used for assigning Z(M) values to the output  points
<Z | M> Convert Option. A String - indicates the type of the output points. The available options are (Case sensitive): 
  • "Z" - the output will be PointZ
  • "M" - the output will be PointM

Scripting syntax

ET_GPPointToPointZM (input_dataset, out_feature class, ZM_value_field, convert_option)

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

Copyright © Ianko Tchoukanski