ET GeoWizards Toolbox
Points To PointZM
(Go to the main page of the
function)
Converts a point data set to a point Z (M) feature class
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):
|
Scripting syntax
ET_GPPointToPointZM (input_dataset, out_feature class, ZM_value_field, convert_option)
See the explanations above:
<> - required parameter
{} - optional parameter