Select to view content in your preferred language

Custom Editor Cut Command w/domains

529
0
12-10-2013 01:08 PM
DarellStoick
Occasional Contributor
The editCompleted event of the ESRI.ArcGis.Client.Editor is not returning the graphics which have been edited.  The original data is in a GDB and contains domains.  This was imported into a SDE registered as versioned and published as a service via a mxd as a feature service.

We have custom button which uses the cut command, if a line segment is cut, the EditAction.Cut fires the Complete Event but the graphics are Nothing.


If a new line segment is created in arc map or with the editor widget and then can be split as expected.  When the action is ESRI.ArcGIS.Client.Editor.EditAction.Cut e.edits contains the both graphics. 

If the data is imported with out the domains it works as expected.  Any Ideas on what is might cause this? It seems data related but we are not able to get the original data to work properly.

Thanks,
Darell
0 Kudos
0 Replies