Hi,
I would like to use the EditOperation to cut or split a polyline feature at a given MapPoint (snapped to the Polyline). I see I can use either .Cut or .Split method, but the EditOperation does only return a boolean whether it's successful.
How can I get the new feature from the Cut operation? I need to udpate some attributes after cut on both the old and new feature...
Thanks,