<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is EditorWidget has Add functionality? in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/is-editorwidget-has-add-functionality/m-p/653379#M3332</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Straight forward answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Aug 2011 23:09:11 GMT</pubDate>
    <dc:creator>ErosSy</dc:creator>
    <dc:date>2011-08-01T23:09:11Z</dc:date>
    <item>
      <title>Is EditorWidget has Add functionality?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/is-editorwidget-has-add-functionality/m-p/653377#M3330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found the below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;SPAN style="font-style:italic;"&gt;public Property&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Freehand&lt;/STRONG&gt; Gets or sets a value indicating whether this EditorWidget is using freehand draw mode when using&amp;nbsp;&amp;nbsp; &lt;STRONG style="color: &amp;quot;Blue&amp;quot;;"&gt;Add&lt;/STRONG&gt;, Reshape, Union and Cut. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But can't see the Add icon inside the widget but Add Selection found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If adding a graphic/shape is not belong to EditorWidget, would you guide me on what part of the API Reference or specifically of what class/widget to look for?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 03:45:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/is-editorwidget-has-add-functionality/m-p/653377#M3330</guid>
      <dc:creator>ErosSy</dc:creator>
      <dc:date>2011-07-29T03:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is EditorWidget has Add functionality?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/is-editorwidget-has-add-functionality/m-p/653378#M3331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are using ArcGIS Server 10 where feature services editing can be enabled, you can create a FeatureLayer with this REST endpoint as URL, EditorWidget can work against this layer when you set EditorWidget.Map property and set FeatureLayer.ID.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have installed WPF SDK, you can navigate to WPF sample (here's the SL counterpart): &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitEditorWidget"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitEditorWidget&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you click on the "..." button, this expands Add options and you can check Freehand, this applies to Polyline/Polygon geometries. Select one of the templates from the Polygon layer and start drawing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Draw and Editor.Add can work against GraphicsLayer (without being dependent on feature service). You can look at the following samples: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#DrawGraphics"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#DrawGraphics&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsAutoSave"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#EditToolsAutoSave&lt;/A&gt;&lt;SPAN&gt;. There will be some platform differences between Silverlight and WPF so I advise you look at your installed WPF SDK. I am only providing SL links to let you know where to find them. You can look at these classes in the API Reference: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Draw_members.html"&gt;http://help.arcgis.com/en/webapi/wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Draw_members.html&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Editor_members.html"&gt;http://help.arcgis.com/en/webapi/wpf/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Editor_members.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 16:29:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/is-editorwidget-has-add-functionality/m-p/653378#M3331</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-08-01T16:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is EditorWidget has Add functionality?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/is-editorwidget-has-add-functionality/m-p/653379#M3332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Straight forward answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Aug 2011 23:09:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/is-editorwidget-has-add-functionality/m-p/653379#M3332</guid>
      <dc:creator>ErosSy</dc:creator>
      <dc:date>2011-08-01T23:09:11Z</dc:date>
    </item>
  </channel>
</rss>

