Hi,
When I was scanning though the documentation of ESRI help, I found "IFeatureEdit2.SplitWithUpdate" method which will exactly suits to my requirement (Split a line feature on a point snapped to it by retaining old feature and creating only one new feature). But it behaves very strangely. Both IFeatureEdit2.Split and IFeatureEdit2.SplitWithUpdate behaves the same way. Like... it creates two new features and deletes the old one. In this case, all the auto updaters assigned to linear feature are getting triggered for createevent on both the features. I am using ArcGIS 10.0 SDK (no service packs installed). Could some one help me out to understand what could be the reason for this behavior.
Linear feature is basically a complexedge feature and point feature is simple junction feature. The dataset at present has a Geometric network build with no rules assigned.
My code works fine except this line. On execution of this line it does creation of 2 features and delete old feature. I have tried this scenario just by removing all autoupdaters but I end up with no clue. It always creates 2 new OIDs.
Any of your views are greatly appreciated!
Thanks in Advance,
Siva