ET GeoWizards Toolbox
Station Points
(Go to the main page of the
function)
Creates equally spaced points based on the source polyline dataset and the user specified distance between the points.
Command line syntax
ET_GPStationPoints <input_dataset> <out_feature class> <station_distance> {out_spatial_reference}
Parameters
Expression | Explanation |
---|---|
<input_dataset> | A Plyline 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) |
<station_distance> | A Double representing the step with which the points will be stationed on the input polylines |
{out_spatial_reference} | The
spatial reference in which the calculations will be performed. If not
specified the spatial reference of the input dataset will be used. |
Scripting syntax
ET_GPStationPoints (input_dataset, out_feature class, station_distance, out_spatial_reference)
See the explanations above:
<> - required parameter
{} - optional parameter