laptop and a wrench

Bug

Feature selected from Editor task is misplaced when feature.store function is performed after selection.

Last Published: August 25, 2014 ArcGIS Server (.NET)
Bug ID Number NIM053691
SubmittedFebruary 2, 2010
Last ModifiedApril 22, 2025
Applies toArcGIS Server (.NET)
Version found9.3.1
Program languageC#
Operating SystemWindows OS
Operating System VersionXP
StatusWill Not Be Addressed

Additional Information

No Public Explanation

Workaround

The solution for the customer is to add a couple lines of code that explicitly sets the coordinate system of the new feature to be aware of the coordinate system of the map: { workspaceEdit.StartEditOperation(); ISpatialReference spRef = (ISpatialReference)mapControl.SpatialReference; feature.Shape.SpatialReference = spRef; feature.Store(); workspaceEdit.StopEditOperation(); }

Steps to Reproduce

Bug ID: NIM053691

Software:

  • ArcGIS Server (.NET)

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options