<?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 Add-In Limitations - Is There a Comprehensive List / Object Model? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/add-in-limitations-is-there-a-comprehensive-list/m-p/289530#M7521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been searching now for a while and can't find an explicit list of the limitations of the component framework exposed to add-in developers (apologies if this is a redundant topic but I just can't seem to find this info).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've found this (from &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000004qv000000"&gt;here&lt;/A&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Most developers will create add-ins if creating a command, tool, combo box, menu or context menu, multi-item, toolbar, tool palette, dockable window, or application extension. However, if multiple interfaces need to be inherited, or if registration is required, an add-in will not work and a custom component needs to be created. For more information, see Building add-ins for ArcGIS Desktop.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me understand the multiple interfaces inherited clause?&amp;nbsp; For example, in an extension I have to gain access to the Utility Network Analyst toolbar and get the current network.&amp;nbsp; Is this a case of multiple interfaces being inherited in my extension? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000000w2000000"&gt;here &lt;/A&gt;&lt;SPAN&gt;I found this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; for example, you cannot write a custom renderer, a custom workspace, or a custom feature as an add-in. You will need to use the classic COM extensibility approach if your solution includes component types that are unsupported in the add-in framework. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Custom workspaces, feature classes, etc. are not supported.&amp;nbsp; Does this mean I can't create a non-spatial Table Feature Class in a user-specified GDB?&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This coding patterns &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000000zz000000"&gt;here &lt;/A&gt;&lt;SPAN&gt;are helpful to get started but I have a large standalone extension to migrate from 9.x to 10 and would like to figure out if I could convert it to an add-in. In conclusion, I can't find the 'add-in framework' for reference of the complete list and any help would be great.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2012 00:26:37 GMT</pubDate>
    <dc:creator>GreigOldford</dc:creator>
    <dc:date>2012-04-02T00:26:37Z</dc:date>
    <item>
      <title>Add-In Limitations - Is There a Comprehensive List / Object Model?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/add-in-limitations-is-there-a-comprehensive-list/m-p/289530#M7521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been searching now for a while and can't find an explicit list of the limitations of the component framework exposed to add-in developers (apologies if this is a redundant topic but I just can't seem to find this info).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've found this (from &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000004qv000000"&gt;here&lt;/A&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Most developers will create add-ins if creating a command, tool, combo box, menu or context menu, multi-item, toolbar, tool palette, dockable window, or application extension. However, if multiple interfaces need to be inherited, or if registration is required, an add-in will not work and a custom component needs to be created. For more information, see Building add-ins for ArcGIS Desktop.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me understand the multiple interfaces inherited clause?&amp;nbsp; For example, in an extension I have to gain access to the Utility Network Analyst toolbar and get the current network.&amp;nbsp; Is this a case of multiple interfaces being inherited in my extension? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000000w2000000"&gt;here &lt;/A&gt;&lt;SPAN&gt;I found this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; for example, you cannot write a custom renderer, a custom workspace, or a custom feature as an add-in. You will need to use the classic COM extensibility approach if your solution includes component types that are unsupported in the add-in framework. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Custom workspaces, feature classes, etc. are not supported.&amp;nbsp; Does this mean I can't create a non-spatial Table Feature Class in a user-specified GDB?&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This coding patterns &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//0001000000zz000000"&gt;here &lt;/A&gt;&lt;SPAN&gt;are helpful to get started but I have a large standalone extension to migrate from 9.x to 10 and would like to figure out if I could convert it to an add-in. In conclusion, I can't find the 'add-in framework' for reference of the complete list and any help would be great.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 00:26:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/add-in-limitations-is-there-a-comprehensive-list/m-p/289530#M7521</guid>
      <dc:creator>GreigOldford</dc:creator>
      <dc:date>2012-04-02T00:26:37Z</dc:date>
    </item>
  </channel>
</rss>

