Select to view content in your preferred language

Editor SelectionMode="Point"

579
1
03-01-2012 09:30 AM
RoubenIsahakian
Deactivated User
Are there any examples that use Editor's point selection mode?  Simply changing the assignment from "Rectangle" to "Point" does not work when trying to select point features.  Any help on this topic would be appreciated!
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
You can define your Editor this way:
   <esri:Editor x:Key="MyEditor" 
                         Map="{Binding ElementName=MyMap}" SelectionMode="Point"
                         GeometryServiceUrl="http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer" />

Both GraphicsLayer and FeatureLayer support this type of SelectionMode.
0 Kudos