<?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: Integrating C++ code With ArcGIS Button in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-c-code-with-arcgis-button/m-p/656304#M17588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am successful in following the example and creating a button that works in ArcGIS 10.3.&lt;/P&gt;&lt;P&gt;Can you please guide me how to link it to ArcGIS 10.3 for debugging - i.e. launch from Visual Studio 2013 and ArcGIS launches and I could debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Masroor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2015 17:15:21 GMT</pubDate>
    <dc:creator>MasroorHussain</dc:creator>
    <dc:date>2015-09-02T17:15:21Z</dc:date>
    <item>
      <title>Integrating C++ code With ArcGIS Button</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-c-code-with-arcgis-button/m-p/656302#M17586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a c++ code that works with GDAL and do some raster processing. I want to create a button in ArcGIS Desktopm pass the raster layer loaded in ArcGIS and then access raster (pixel) values in the c++ code. &lt;/P&gt;&lt;P&gt;Is there an example for such a project ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Masroor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 18:45:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-c-code-with-arcgis-button/m-p/656302#M17586</guid>
      <dc:creator>MasroorHussain</dc:creator>
      <dc:date>2015-08-28T18:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating C++ code With ArcGIS Button</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-c-code-with-arcgis-button/m-p/656303#M17587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For creating the button, you should look at the following documentation:&lt;BR /&gt;&lt;A href="https://github.com/Esri/developer-support/tree/master/arcobjects-c%2B%2B/create-command-atl" title="https://github.com/Esri/developer-support/tree/master/arcobjects-c%2B%2B/create-command-atl"&gt;developer-support/arcobjects-c++/create-command-atl at master · Esri/developer-support · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; As for the other parts, I am unable to find many examples just yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 18:58:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-c-code-with-arcgis-button/m-p/656303#M17587</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2015-08-31T18:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating C++ code With ArcGIS Button</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-c-code-with-arcgis-button/m-p/656304#M17588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am successful in following the example and creating a button that works in ArcGIS 10.3.&lt;/P&gt;&lt;P&gt;Can you please guide me how to link it to ArcGIS 10.3 for debugging - i.e. launch from Visual Studio 2013 and ArcGIS launches and I could debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Masroor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 17:15:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-c-code-with-arcgis-button/m-p/656304#M17588</guid>
      <dc:creator>MasroorHussain</dc:creator>
      <dc:date>2015-09-02T17:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Integrating C++ code With ArcGIS Button</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-c-code-with-arcgis-button/m-p/656305#M17589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After you launch ArcMap, add break points to your code and then attach to process in Visual Studio to ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you press the button, you should be able to step through your code.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/124951_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 17:41:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/integrating-c-code-with-arcgis-button/m-p/656305#M17589</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2015-09-02T17:41:58Z</dc:date>
    </item>
  </channel>
</rss>

