<esri:Editor x:Key="MyEditor" Map="{Binding ElementName= MyMap}" LayerIDs="ThreatAreas" GeometryServiceUrl= "http://xyz/ArcGIS/rest/services/MapServices/Geometry/GeometryServer" />
<Button x:Name="AddButton" Margin="2" DataContext={StaticResource EditLayerClass1Editor} ToolTipService.ToolTip="Fire" Content="Add Polygon" Command="{Binding Add}"> <Button.CommandParameter> <sys:Int32>10301</sys:Int32> </Button.CommandParameter> </Button>
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.