ET GeoWizards Toolbox
Renode
(Go to the main page of the
function)
Analyzes the nodes of a polyline dataset and exports them as a point feature class. Creates links between the nodes and corresponding polylines
Command line syntax
ET_GPRenode <input_dataset> <nodes_dataset>
Parameters
Expression | Explanation |
---|---|
<input_dataset> | A Polyline feature class or feature layer |
<nodes_feature_class> | A String - the full name of the output point feature class (A feature class with the same full name should not exist) |
Scripting syntax
ET_GPRenode (input_dataset, nodes_dataset)
See the explanations above:
<> - required parameter
{} - optional parameter