Hi,
I'm using arcpy and ArcGIS Pro 3.1.3
I have a Lines feature class with 'millions' of line features and I need to use arcpy.management.UnsplitLine() on it.
The trouble is, is that this outputs the unsplit lines to another (new) FeatureClass rather than replaces the unsplit lines.
How can I locate and copy from the original FeatureClass to this new FeatureClass, all the lines that were NOT 'unsplit'
I have a similar problem with dissolving polygons.
Thanks in advance,
Zoltan