<?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: Enabling the default &amp;quot;Edit Tool&amp;quot; through a .net Add In button in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/enabling-the-default-amp-amp-quot-edit-tool-amp/m-p/184778#M4815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can provide more detail if that would help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2013 17:07:15 GMT</pubDate>
    <dc:creator>ScottStillwell</dc:creator>
    <dc:date>2013-01-23T17:07:15Z</dc:date>
    <item>
      <title>Enabling the default &amp;amp;quot;Edit Tool&amp;amp;quot; through a .net Add In button</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/enabling-the-default-amp-amp-quot-edit-tool-amp/m-p/184777#M4814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm still coming up to speed on the Add-In .NET SDK for 10.x, and ArcObjects in general for that matter, so I'm sure the answer to this has been staring me right in the face.&amp;nbsp; I've been able to create new custom tools for editing and enable them via a button click on my add-in--the documentation is fairly clear on how to do this.&amp;nbsp; However, I've had the hardest time figuring out how to enable the standard "edit tool" (the one that looks like a small black arrow head on the editor toolbar) from a similar button click.&amp;nbsp; My goal is to have the user click a button on my add-in that will start an edit session and automatically enable the default edit tool with a specific target dataset.&amp;nbsp; Can this be accomplished using a feature template?&amp;nbsp; So far, those seem to only be used for adding new features, but I want the user to be able to click to select and then move features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any hints would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 12:45:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/enabling-the-default-amp-amp-quot-edit-tool-amp/m-p/184777#M4814</guid>
      <dc:creator>ScottStillwell</dc:creator>
      <dc:date>2013-01-15T12:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling the default "Edit Tool" through a .net Add In button</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/enabling-the-default-amp-amp-quot-edit-tool-amp/m-p/184778#M4815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can provide more detail if that would help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 17:07:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/enabling-the-default-amp-amp-quot-edit-tool-amp/m-p/184778#M4815</guid>
      <dc:creator>ScottStillwell</dc:creator>
      <dc:date>2013-01-23T17:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Enabling the default "Edit Tool" through a .net Add In button</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/enabling-the-default-amp-amp-quot-edit-tool-amp/m-p/184779#M4816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Figured it out for myself:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;UID editorUID = new UIDClass(); editorUid.Value = "esriEditor.Editor"; IEditor3 Editor = ArcMap.Application.FindExtensionByCLSID(uid) as IEditor3;&amp;nbsp; Editor.StartEditing(versionedWorkspace as IWorkspace); UID pUID = new UIDClass(); ESRI.ArcGIS.Framework.ICommandItem pCommandItem; pUID.Value = "esriEditor.EditTool"; pCommandItem = ArcMap.Application.Document.CommandBars.Find(pUID, false, false);&amp;nbsp; ArcMap.Application.CurrentTool = pCommandItem;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following link on the esri site is very helpful for finding UID values for existing ArcMap commands:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//00010000029s000000" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//00010000029s000000&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 18:13:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/enabling-the-default-amp-amp-quot-edit-tool-amp/m-p/184779#M4816</guid>
      <dc:creator>ScottStillwell</dc:creator>
      <dc:date>2013-01-30T18:13:25Z</dc:date>
    </item>
  </channel>
</rss>

