Hi ,
I have two feature class's. first line and second one is Point.
i want to split line at point in SDE Database. i used to split line at point tool but they gives output. But i don't want any output because now i am working in Database. So please give me suggestion to do this activity.
Now i am working in Arc Gis 10.2.2
Thanks & Regards
Kapil
Hi Kapil,
You can do this manually using the Split tool on the editor toolbar.
Hi Jake,
Thanks for suggestion but i have lots of data to split line at point. so i don't do this manually because they take's lots of time.
If you're dead set against creating output, you could use arcpy geometry and a fair bit of other python to achieve this.
You may have already found a work around.