Go to ET GeoWizards 12.x User Guide

Renode

Go to ToolBox Implementation

Analyzes the nodes of a polyline layer and exports them as a point feature class. Creates links between the nodes and corresponding polylines

Inputs:

Outputs:

ToolBox implementation
(Go to TOP)

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

Copyright © Ianko Tchoukanski