Select to view content in your preferred language

Split into COGO lines as a tool

588
1
04-07-2023 12:37 AM
Labels (2)
aric5
by
Emerging Contributor

Is there any way I can use the Split into COGO lines as a tool either inside the Model Builder or in a python Notebook in ArcGIS? I'm trying to automate a process but since this option is not a geoprocessing tool, but it's under the "edit" I don't seem to find a way to place it inside my model/python script.

0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

The only builtin tool that will split geometry at its vertices and can be used in a model or script is

Split Line At Vertices (Data Management)—ArcGIS Pro | Documentation


... sort of retired...