ET GeoWizards Toolbox
PointToMultipoint
(Go to the main page of the function)
Converts a point data set to a Multipoint feature class.
Command line syntax
ET_GPPointToMultipoint <input_dataset> <out_feature class> <polylineID_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) |
<multipointID_field> | A String - the name (Case sensitive) of the field which values will indicate the points used to form a single multipoint feature. |
Scripting syntax
ET_GPPointToMultipoint (input_dataset, out_feature class, multipointID_field)
See the explanations above:
<> - required parameter
{} - optional parameter