Features to Equidistant Points (Fixed Interval)
Converts polygon and polyline features to equidistant point features at the fixed interval between points.
Parameter |
Comments |
Input features <in_features> |
Input polygon or polyline features that will be converted to equidistant points. |
Output feature class <out_feature_class> |
Output point feature class that will contain equidistant points converted from input polygons or polylines. |
Interval between equidistant points <interval> |
Specify the fixed interval and its units at which equidistant points will be generated from the input features. |
Direction from <START_TO_END | END_TO_START> |
Sequence of extraction points: START_TO_END - from the beginning to the end END_TO_START - from the end to the beginning |
ID field name {id_field_name} |
Specify name of the new field with ID's of the input features that will be added to the attribute table of the output feature class. |
Note:
This XTools Pro geoprocessing tool is identical to the XTools Pro Features to Points tool with the selected option for converting equidistant points at a fixed interval between points.