Open Table of Contents

ET GeoWizards Toolbox

PolylineZM To Points
(Go to the main page of the function)

Converts the vertices of a polylineZ or polylineM data set to a point feature class. The Z(M) values of the vertices are recorded in a field of the point attribute table.

Command line syntax 

ET_GPPolylineZMToPoints <input_dataset> <out_feature class>

Parameters

Part Description
<input_dataset> A Polyline 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)

Scripting syntax

ET_GPPolylineZMToPoints (input_dataset, out_feature class)

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