<?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 Add Ins in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/custom-edit-tasks/m-p/199035#M5166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can we just do customizations for editor tasks as part of the new add in capability, regardless of whether its new or classic editing, Sean.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2009 22:36:41 GMT</pubDate>
    <dc:creator>TedCronin</dc:creator>
    <dc:date>2009-11-18T22:36:41Z</dc:date>
    <item>
      <title>Custom Edit Tasks</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/custom-edit-tasks/m-p/199033#M5164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can anyone tell me how I can use a custom edit task in the new Template editing environment?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 15:37:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/custom-edit-tasks/m-p/199033#M5164</guid>
      <dc:creator>AnthonyMikelson</dc:creator>
      <dc:date>2009-11-18T15:37:38Z</dc:date>
    </item>
    <item>
      <title>Custom Edit Tasks</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/custom-edit-tasks/m-p/199034#M5165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Migrating your editing customizations to work with the new editor environment will be documented in the SDK for Beta 2 but&amp;nbsp; I�??ll give you a summary of how tasks will be handled.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Obviously edit tasks are hidden from the user in the new UI at 9.4, however, some of the new tools you see on the toolbar such as Reshape Feature and Cut Polygon are simply driving existing edit tasks that were shown in 9.3. You will be able to revert back to the classic editor experience (9.3) via an Advanced Arcmap setting but it is our goal that most users shouldn�??t need to do this and if you do, we�??d like to hear from you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ideally you will migrate your edit task code to a new tool that can be placed on a toolbar. All your really doing here is copying the code from IEditTask.OnFinishSketch to an equivalent event on a tool (IEditEvents.OnSketchFinished). We will provide a tool template to create an edit tool with all the code stubs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If your edit task created new features you can create a construction tool. A construction tool is simply an edit tool (above) placed in a particular component category so it shows up in construction tool window for the appropriate geometry type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lastly, If you know your users (or just you) will be working with the classic editor environment then you may leave the edit task as is, so it will still appear in the edit task list. If you want the functionality to also be available in the new UI you can create an edit tool to drive the existing task. The OnFinishSketch code remains in the task but the tool will still need to set the edit task and drive the edit sketch via the shape constructors.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 20:19:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/custom-edit-tasks/m-p/199034#M5165</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2009-11-18T20:19:37Z</dc:date>
    </item>
    <item>
      <title>Add Ins</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/custom-edit-tasks/m-p/199035#M5166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can we just do customizations for editor tasks as part of the new add in capability, regardless of whether its new or classic editing, Sean.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 22:36:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/custom-edit-tasks/m-p/199035#M5166</guid>
      <dc:creator>TedCronin</dc:creator>
      <dc:date>2009-11-18T22:36:41Z</dc:date>
    </item>
    <item>
      <title>Custom Edit Tasks</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/custom-edit-tasks/m-p/199036#M5167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At the moment edit tasks and their tool equivalents have to be developed as components but we are looking at the add-in model, as its a lot easier to work with.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 16:34:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/custom-edit-tasks/m-p/199036#M5167</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2009-11-19T16:34:13Z</dc:date>
    </item>
    <item>
      <title>It certainly sounds a lot easier</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/custom-edit-tasks/m-p/199037#M5168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It certainly sounds a lot easier&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 17:20:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/custom-edit-tasks/m-p/199037#M5168</guid>
      <dc:creator>TedCronin</dc:creator>
      <dc:date>2009-11-19T17:20:17Z</dc:date>
    </item>
  </channel>
</rss>

