<?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: editor task activated from button on the form in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/editor-task-activated-from-button-on-the-form/m-p/697373#M18686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In your button click event on the form you'll need to set the editors current edit task to be the custom cut polygons task that you previously created and installed. See the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.esri.com/help/9.3/ArcGISDesktop/ArcObjects/esrieditor/IEditTaskSearch.htm" rel="nofollow" target="_blank"&gt;IEditTaskSearch&lt;/A&gt;&lt;SPAN&gt; help for how to search for and set this task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also set the sketch tool as the current tool by reading &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1729&amp;amp;t=205590" rel="nofollow" target="_blank"&gt;this post&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you migrate to 10.x in the future you can also find this sample as an &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/item.html?id=7b85e55be2ab46318cc8a7089f168718" rel="nofollow" target="_blank"&gt;add-in&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Nov 2013 15:43:58 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2013-11-06T15:43:58Z</dc:date>
    <item>
      <title>editor task activated from button on the form</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editor-task-activated-from-button-on-the-form/m-p/697372#M18685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have developed a tool with the support of the "Cut polygon without selection" task of the esri samples in 9.3 with vb6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For my further studies i need to convert all codes to vb.net which runs on 9.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But im very difficult to find out how to activate the "Cut polygon without selection"&amp;nbsp; programtically when a user form button click. cananyone help me in this issue please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pradeep Rathnayake&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 06:48:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editor-task-activated-from-button-on-the-form/m-p/697372#M18685</guid>
      <dc:creator>RayanthaRathnayake</dc:creator>
      <dc:date>2013-11-06T06:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: editor task activated from button on the form</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editor-task-activated-from-button-on-the-form/m-p/697373#M18686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In your button click event on the form you'll need to set the editors current edit task to be the custom cut polygons task that you previously created and installed. See the &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.esri.com/help/9.3/ArcGISDesktop/ArcObjects/esrieditor/IEditTaskSearch.htm" rel="nofollow" target="_blank"&gt;IEditTaskSearch&lt;/A&gt;&lt;SPAN&gt; help for how to search for and set this task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also set the sketch tool as the current tool by reading &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1729&amp;amp;t=205590" rel="nofollow" target="_blank"&gt;this post&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you migrate to 10.x in the future you can also find this sample as an &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com/home/item.html?id=7b85e55be2ab46318cc8a7089f168718" rel="nofollow" target="_blank"&gt;add-in&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 15:43:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editor-task-activated-from-button-on-the-form/m-p/697373#M18686</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-11-06T15:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: editor task activated from button on the form</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/editor-task-activated-from-button-on-the-form/m-p/697374#M18687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi there,&lt;BR /&gt;In your button click event on the form you'll need to set the editors current edit task to be the custom cut polygons task that you previously created and installed. See the &lt;A href="http://resources.esri.com/help/9.3/ArcGISDesktop/ArcObjects/esrieditor/IEditTaskSearch.htm"&gt;IEditTaskSearch&lt;/A&gt; help for how to search for and set this task.&lt;BR /&gt;You can also set the sketch tool as the current tool by reading &lt;A href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=1729&amp;amp;t=205590"&gt;this post&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;If you migrate to 10.x in the future you can also find this sample as an &lt;A href="http://www.arcgis.com/home/item.html?id=7b85e55be2ab46318cc8a7089f168718"&gt;add-in&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jones,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you giving me the reply quickly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;IEditTaskSearch : I went through this, but my problem is converting from VB&amp;nbsp; to VS 2008 - vb.net. Because i found some differences are there in "implements". Say you frankly, i developed the earlier tool for my master's study, but now im in the phase of MPhil. In there i have to study the optimum method to develop the tool. But unfortunately VB 6 is unavailable for further development and etc problems. Hence i had to move VS 2008. But the envirment is new to me. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought, Arc Engine is need to develop same kind of tool in ArcGIS 10 using VS 2010. Is it correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;because my tool is activated from a button on the command bar and show a logon button. then thrre are six buttons on the from. when each button click, it seperatly activated&amp;nbsp; either cut without selection or merge polygon for a dedicated polygon shape file. Then user do the operation and change the attributes of the newly created polygons through the form. Then menu of the form allow user to perform geoprocess (union the layers and attribute calculation) and show the results on the form. next part of the tool is hydrological calculation part which entirely runs on the coding only. So this is my task to do with the ArcGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this scenario i used the ESRI VB example in the past-&amp;nbsp; "parcel maintatnce" or something like that. without understanding i used the codes here and there. But now i need to coding in mature style. Hence i need to better understand of the ArcGIS programming.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore i kindly request you to show some path... means full brief on how to use IEditTaskSearch like thing in the tool, how to do implemnt such thiongs without "Engine" thnaks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 22:29:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/editor-task-activated-from-button-on-the-form/m-p/697374#M18687</guid>
      <dc:creator>RayanthaRathnayake</dc:creator>
      <dc:date>2013-11-06T22:29:30Z</dc:date>
    </item>
  </channel>
</rss>

