<?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: Drawing on map in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/drawing-on-map/m-p/355671#M9398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks very much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. In standard drawing panel is "Callout" and "Label" element, but I can't find them&amp;nbsp; in properties of axToolBarControl to add on my custom panel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How I can add them on my custom panel?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Can I find somewhere an example&amp;nbsp; implementation of a table of icons with the ability to drag and drop any on the map?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2012 04:06:52 GMT</pubDate>
    <dc:creator>AnatoliiTerentiev</dc:creator>
    <dc:date>2012-06-21T04:06:52Z</dc:date>
    <item>
      <title>Drawing on map</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/drawing-on-map/m-p/355669#M9396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Gurus!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to create panel with instruments - draw line, rectangle, polygon, circle , point etc. on the map&amp;nbsp; and place some images or icons from existing list. Are there examples of solutions (c# vs 2010 arcgis engine 2010), allowing to solve this problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 08:33:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/drawing-on-map/m-p/355669#M9396</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2012-06-20T08:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing on map</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/drawing-on-map/m-p/355670#M9397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't understand exactly what you mean when you say a "panel with instruments". However, I think the use of a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Creating_dockable_windows/00010000014w000000/"&gt;docakable window&lt;/A&gt;&lt;SPAN&gt; or a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Creating_toolbars_and_menus/0001000002wp000000/"&gt;toolbar&lt;/A&gt;&lt;SPAN&gt; is what you are after.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These could be created as standard COM componenets (as with the links above) or with &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Building_add_ins_for_ArcGIS_Desktop/0001000000w2000000/"&gt;Add-Ins&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regardless of the option you choose for how you would like to store your custom tools the code for interacting with the map display would be the same. However you do have variety of options depending upon you requirements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a general help topic on &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Working_with_the_map_display/0001000004mv000000/"&gt;working with the map display&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Notice the sub-topics regarding draw point, line, rectangle, and polygon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may also consider drawing graphic &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Creating_custom_elements/00010000023p000000/"&gt;elements&lt;/A&gt;&lt;SPAN&gt;, a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Creating_custom_layers/0001000003v4000000/"&gt;custom layer&lt;/A&gt;&lt;SPAN&gt;, or with the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Using_a_GraphicTracker/0001000004tv000000/"&gt;graphics tracker&lt;/A&gt;&lt;SPAN&gt; (not necessarily restricted to moving objects).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000004n5000000"&gt;create a custom tool&lt;/A&gt;&lt;SPAN&gt; walk through may also be helpful for how to get started with this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2012 15:57:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/drawing-on-map/m-p/355670#M9397</guid>
      <dc:creator>JohnHauck</dc:creator>
      <dc:date>2012-06-20T15:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Drawing on map</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/drawing-on-map/m-p/355671#M9398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks very much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. In standard drawing panel is "Callout" and "Label" element, but I can't find them&amp;nbsp; in properties of axToolBarControl to add on my custom panel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How I can add them on my custom panel?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Can I find somewhere an example&amp;nbsp; implementation of a table of icons with the ability to drag and drop any on the map?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 04:06:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/drawing-on-map/m-p/355671#M9398</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2012-06-21T04:06:52Z</dc:date>
    </item>
  </channel>
</rss>

