Select to view content in your preferred language

DrawMode.Circle doesn't work with 2.3 SL api

600
2
01-10-2012 06:36 AM
MarcoRosa
Emerging Contributor
Hi to all,
i have these row code that works with api 2.1

  _editor.SelectionMode = DrawMode.Circle;

does DrawMode.Circle still supported in the new api 2.3 version ?

Looks like nothing happens on map with these new api, no errors no selection.

Does anyone noticed the same problem ?

Thanks. GP
0 Kudos
2 Replies
JenniferNery
Esri Regular Contributor
DrawMode.Circle is still supported as shown in this SDK sample: http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#DrawGraphics.

Are you using GraphicsLayer or FeatureLayer? Kindly see the note in this library reference: http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Editor~Sel...

EDIT: Actually I was able to reproduce. Thank you for reporting this bug. We'll try to get it fixed in future versions.
0 Kudos
MarcoRosa
Emerging Contributor
Hi Jennifer, ok thank's for the answer, for your information im' using feature layer
Regards.
GP
0 Kudos