<?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: Access addin version information in arcobjects in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/access-addin-version-information-in-arcobjects/m-p/221615#M5724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just created an add-in in Visual Studio using the wizard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like the wizard created a class named ThisAddIn:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /// &amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /// A class for looking up declarative information in the associated configuration xml file (.esriaddinx).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /// &amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; internal static class ThisAddIn {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The class is in the file Config.Designer.cs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this what you were looking for?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 May 2013 10:52:34 GMT</pubDate>
    <dc:creator>RichardWatson</dc:creator>
    <dc:date>2013-05-22T10:52:34Z</dc:date>
    <item>
      <title>Access addin version information in arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/access-addin-version-information-in-arcobjects/m-p/221614#M5723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to access the addin version information like version number and description found in the esriaddinx file in the addin itself?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to use that information as a watermark on my screens and would like to avoid having to enter the information in different places.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 08:21:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/access-addin-version-information-in-arcobjects/m-p/221614#M5723</guid>
      <dc:creator>MarnikBlomme</dc:creator>
      <dc:date>2013-05-22T08:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Access addin version information in arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/access-addin-version-information-in-arcobjects/m-p/221615#M5724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just created an add-in in Visual Studio using the wizard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like the wizard created a class named ThisAddIn:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /// &amp;lt;summary&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /// A class for looking up declarative information in the associated configuration xml file (.esriaddinx).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /// &amp;lt;/summary&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; internal static class ThisAddIn {&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The class is in the file Config.Designer.cs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this what you were looking for?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 10:52:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/access-addin-version-information-in-arcobjects/m-p/221615#M5724</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-05-22T10:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Access addin version information in arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/access-addin-version-information-in-arcobjects/m-p/221616#M5725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use My.ThisAddIn, which gives you access to AddInID, Author, Company, Date, Description, IDs, Name, and Version&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;MsgBox(My.ThisAddIn.Description &amp;amp; vbNewLine &amp;amp; My.ThisAddIn.Version &amp;amp; vbNewLine &amp;amp; My.ThisAddIn.Author)&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 12:14:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/access-addin-version-information-in-arcobjects/m-p/221616#M5725</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-05-22T12:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Access addin version information in arcobjects</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/access-addin-version-information-in-arcobjects/m-p/221617#M5726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I just created an add-in in Visual Studio using the wizard.&lt;BR /&gt;&lt;BR /&gt;It looks like the wizard created a class named ThisAddIn:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /// &amp;lt;summary&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /// A class for looking up declarative information in the associated configuration xml file (.esriaddinx).&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; /// &amp;lt;/summary&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; internal static class ThisAddIn {&lt;BR /&gt;&lt;BR /&gt;The class is in the file Config.Designer.cs.&lt;BR /&gt;&lt;BR /&gt;Is this what you were looking for?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Indeed, the ThisAddIn contains all the information, thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 12:35:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/access-addin-version-information-in-arcobjects/m-p/221617#M5726</guid>
      <dc:creator>MarnikBlomme</dc:creator>
      <dc:date>2013-05-22T12:35:04Z</dc:date>
    </item>
  </channel>
</rss>

