<?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: How to create new tool? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-create-new-tool/m-p/506665#M13601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you suggesting Python idea. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I already coded my function in C#, and I don't have time to convert it (as I said, I have limited experience in programing). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, from my experience, python is slower than C#, and for my function, computing time is important. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I need way to make simple GUI with C#. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ESRI walkthrough, they just mentioned about tools and buttons. How can I create simple tool window with GUI, just like ArcTool??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2012 15:34:10 GMT</pubDate>
    <dc:creator>InsuHong1</dc:creator>
    <dc:date>2012-10-25T15:34:10Z</dc:date>
    <item>
      <title>How to create new tool?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-create-new-tool/m-p/506660#M13596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm looking for how to create new tool in ArcGIS. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I developed console application with C# using ArcObject. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to make it as new tool in ArcMap, like new tool in arctoolbox. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want make GUI for open dataset for several input data for my tool, and also output, just like plain Arctool. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I already checked walkthrough like this &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000001ms000000"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000001ms000000&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I didn't get it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I make simple GUI like below? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]18699[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought about convert my code to Python and add it as new tool in ArcToolBox. But some part of my code cannot be converted to Python. So that's not an option. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have very little experience with programing with C# and ArcObject, so please consider that. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 01:05:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-create-new-tool/m-p/506660#M13596</guid>
      <dc:creator>InsuHong1</dc:creator>
      <dc:date>2012-10-25T01:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create new tool?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-create-new-tool/m-p/506661#M13597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;...so can you do a .NET add-in and create your own tool GUI of sorts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 01:59:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-create-new-tool/m-p/506661#M13597</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2012-10-25T01:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create new tool?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-create-new-tool/m-p/506662#M13598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use ArcObjects with Python. Take a look at this &lt;/SPAN&gt;&lt;A href="http://gis.stackexchange.com/questions/80/how-do-i-access-arcobjects-from-python"&gt;&lt;SPAN style="text-decoration:underline;"&gt;thread&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; over in GIS.stackexchange.com&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 13:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-create-new-tool/m-p/506662#M13598</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2012-10-25T13:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create new tool?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-create-new-tool/m-p/506663#M13599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nice Ken, very nice, I forgot about that... say, just wondering, have you implemented any tools via comtypes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I started checking it out a while back, with limited success, then dropped it.&amp;nbsp; I will definitely have to remember to get back to experimenting with that, thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 13:31:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-create-new-tool/m-p/506663#M13599</guid>
      <dc:creator>T__WayneWhitley</dc:creator>
      <dc:date>2012-10-25T13:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create new tool?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-create-new-tool/m-p/506664#M13600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, I haven't experimented with that yet. Just another item on my wish list when my time frees up...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 14:26:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-create-new-tool/m-p/506664#M13600</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2012-10-25T14:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create new tool?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-create-new-tool/m-p/506665#M13601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you suggesting Python idea. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I already coded my function in C#, and I don't have time to convert it (as I said, I have limited experience in programing). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, from my experience, python is slower than C#, and for my function, computing time is important. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I need way to make simple GUI with C#. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ESRI walkthrough, they just mentioned about tools and buttons. How can I create simple tool window with GUI, just like ArcTool??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2012 15:34:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-create-new-tool/m-p/506665#M13601</guid>
      <dc:creator>InsuHong1</dc:creator>
      <dc:date>2012-10-25T15:34:10Z</dc:date>
    </item>
  </channel>
</rss>

