Split Line At Vertices (Data Management Tools)
Summary
Creates a polyline feature class by splitting input lines or polygons at their vertices.
Illustration

Usage
The attributes of the input features will be maintained in the output feature class. The following fields will be added to the output feature class:
ORIG_FID—Stores the feature IDs of the input featuresORIG_SEQ—Stores the sequence number for each output line following the order of the segments from the starting vertex of the input feature
If an input line has only two vertices, the line will be copied to the output as is. Otherwise, every segment between consecutive vertices will become a line feature in the output. The output feature class can be a much larger file, depending on the number of vertices the input features have.
A parametric (true) curve line or segment will not be densified and will remain a true curve as an output line feature. This does not apply to shapefile data.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input Features |
The input line or polygon features. |
Feature Layer |
|
Output Feature Class |
The output line feature class. |
Feature Class |
Environments
Current Workspace, Scratch Workspace, Default Output Z Value, M Resolution, M Tolerance, Output M Domain, Output Z Domain, Output Coordinate System, Extent, Output has M values, Output has Z values, XY Resolution, XY Tolerance, Z Resolution, Z Tolerance
Licensing information
- Basic: No
- Standard: No
- Advanced: Yes