<?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: Call ArcGIS Explorer Extension methods from ArcGIS Explorer Button Addin in ArcGIS Explorer Desktop Questions</title>
    <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/call-arcgis-explorer-extension-methods-from-arcgis/m-p/627279#M3767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep. Just make sure to add the Extension class to your Button class' project dependencies (or add the reference manually). If you have them both in the same solution check your build order also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then just reference your Extension class by name in your Button class. Something like: &lt;EM&gt;ExtensionAddin.ClassName.ClassMethod.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2014 10:57:00 GMT</pubDate>
    <dc:creator>GregoryRoss</dc:creator>
    <dc:date>2014-09-04T10:57:00Z</dc:date>
    <item>
      <title>Call ArcGIS Explorer Extension methods from ArcGIS Explorer Button Addin</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/call-arcgis-explorer-extension-methods-from-arcgis/m-p/627276#M3764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;I am wondering if anyone might be able to provide some guidance on accessing methods/properties from an ArcGIS Explorer Extension addin.&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Currently the addin is loaded when the applications runs, then it creates connections to a number of datasets.&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Since i have a number of different addins that all reference the same data, i would like to create only a single connection to the data, hence the extension class.&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;What i am having troubles with is getting access to the extensions methods/properties from my other Addins.&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Would anyone have any recommendations on how to potentially connect and obtain these items from an already loaded extensions addin?&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 14px; color: #333333; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: rgba(248, 248, 248, 0.6);"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 19:55:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/call-arcgis-explorer-extension-methods-from-arcgis/m-p/627276#M3764</guid>
      <dc:creator>CodyScott</dc:creator>
      <dc:date>2014-09-03T19:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Call ArcGIS Explorer Extension methods from ArcGIS Explorer Button Addin</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/call-arcgis-explorer-extension-methods-from-arcgis/m-p/627277#M3765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is something I do all the time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See: &lt;A href="http://forums.esri.com/Thread.asp?c=184&amp;amp;f=2208&amp;amp;t=297883"&gt;http://forums.esri.com/Thread.asp?c=184&amp;amp;f=2208&amp;amp;t=297883&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an example solution in the link. Let me know if you need more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 01:27:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/call-arcgis-explorer-extension-methods-from-arcgis/m-p/627277#M3765</guid>
      <dc:creator>GregoryRoss</dc:creator>
      <dc:date>2014-09-04T01:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Call ArcGIS Explorer Extension methods from ArcGIS Explorer Button Addin</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/call-arcgis-explorer-extension-methods-from-arcgis/m-p/627278#M3766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FIrst. You da real MVP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seconds. This works for extension classes too? Would I basically define the item as public static in the onstart method?&lt;/P&gt;&lt;P&gt;cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 01:48:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/call-arcgis-explorer-extension-methods-from-arcgis/m-p/627278#M3766</guid>
      <dc:creator>CodyScott</dc:creator>
      <dc:date>2014-09-04T01:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Call ArcGIS Explorer Extension methods from ArcGIS Explorer Button Addin</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/call-arcgis-explorer-extension-methods-from-arcgis/m-p/627279#M3767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep. Just make sure to add the Extension class to your Button class' project dependencies (or add the reference manually). If you have them both in the same solution check your build order also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then just reference your Extension class by name in your Button class. Something like: &lt;EM&gt;ExtensionAddin.ClassName.ClassMethod.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 10:57:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/call-arcgis-explorer-extension-methods-from-arcgis/m-p/627279#M3767</guid>
      <dc:creator>GregoryRoss</dc:creator>
      <dc:date>2014-09-04T10:57:00Z</dc:date>
    </item>
  </channel>
</rss>

