ET GeoWizards Toolbox
Connect Points
(Go to the main page of the
function)
Connects with lines each point from a point dataset to every other point from the same dataset that is closer to the point than the user defined cut off distance.
Command line syntax
ET_GPConnectPoints<input_dataset> <out_feature class> {Cutoff_distance}
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) |
{Cutoff_distance} | A Double representing the Generalization tolerance. |
Scripting syntax
ET_GPThinPoints (input_dataset, out_feature_ class, Cutoff_distance)
See the explanations above:
<> - required parameter
{} - optional parameter