<?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: Disable Data standard in Inventor 2022 in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10498563#M47624</link>
    <description>I don't believe that hiding the command in an assembly environment is intended behavior.</description>
    <pubDate>Tue, 27 Jul 2021 07:09:27 GMT</pubDate>
    <dc:creator>Markus.Koechl</dc:creator>
    <dc:date>2021-07-27T07:09:27Z</dc:date>
    <item>
      <title>Removing VDS Enable/Disable Buttons - VDS 2019</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10495607#M47619</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi there!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(edited by moderator) - In reference to &lt;U&gt;&lt;STRONG&gt;&lt;A href="https://forums.autodesk.com/t5/vault-forum/disable-data-standard-in-inventor-2022/td-p/10239037#M86140" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;this post&amp;lt;&amp;lt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp;in Vault forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My concern is the opposite: how to remove the "Enable/Disable" DataStandard buttons, to force User going through the VDS workflow .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are using VDS 2019.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Enable/Disable" DataStandard buttons appear in Inventor "Part" environment, whileas they don't in appear in Inventor "Assembly" environment. I would like they don't appear in both "Part" and "Assembly" environments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the Autodesk online support:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/vault-products/learn-explore/caas/CloudHelp/cloudhelp/2021/ENU/Vault-Admin/files/GUID-83BE6340-B54E-479D-B8BA-C88476AEC857-htm.html?st=disable%20data%20standard" target="_blank" rel="noopener"&gt;https://knowledge.autodesk.com/support/vault-products/learn-explore/caas/CloudHelp/cloudhelp/2021/ENU/Vault-Admin/files/GUID-83BE6340-B54E-479D-B8BA-C88476AEC857-htm.html?st=disable%20data%20standard&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I understand "Enable/Disable" DataStandard buttons appearance can be set in the setting "DisableVdsForCmds"&amp;nbsp;of the configuration file:&lt;/P&gt;
&lt;P&gt;INV: C:\ProgramData\Autodesk\Inventor 2020\Addins\Data Standard\dataStandard.InvAddIn.dll.config&lt;/P&gt;
&lt;P&gt;ACAD:&amp;nbsp;C:\ProgramData\Autodesk\ApplicationPlugins\Autodesk DataStandard 2020.bundle\Contents\dataStandard.ACadAddIn.dll.config&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) When deleting "AssemblyBonusTools_AddPartCmd" or "&amp;nbsp;AssemblyBonusTools_AddAssemblyCmd" in "DisableVdsForCmds",&amp;nbsp;the&amp;nbsp;"Enable/Disable" DataStandard buttons do not appear in&amp;nbsp;"Assembly" environment. What am I missing?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Out of the "list of Inventor Commands" retrieved from the macro suggested in the Inventor API Help, which one should be added in&amp;nbsp;"DisableVdsForCmds"?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hoping the things are as simple as I understand, thank you for your lights!&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jul 2021 11:14:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10495607#M47619</guid>
      <dc:creator>Leon.VASSE</dc:creator>
      <dc:date>2021-07-30T11:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data standard in Inventor 2022</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10495646#M47620</link>
      <description>Removing buttons from the UI and disabling/enabling VDS for commands are different: to drive the UI an override using Inventor API is required. To understand "DisableVdsForCmds" you need to think about the principle of VDS: VDS subscribes to the Inventor's "Save" event; this event knows which command initiated the event. The config file allows to register or unregister Inventor commands that cause a save event, like the assembly bonus tool commands.</description>
      <pubDate>Mon, 26 Jul 2021 06:49:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10495646#M47620</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2021-07-26T06:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data standard in Inventor 2022</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10495703#M47621</link>
      <description>&lt;P&gt;Thank you Markus!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is there any way to remove the "Enable/Disable" buttons from the Data Standard ribbon? Only modifying the existing API or creating an additional API? Cannot be handled "just" by modifying the setting of an xml?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 07:20:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10495703#M47621</guid>
      <dc:creator>Leon.VASSE</dc:creator>
      <dc:date>2021-07-26T07:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data standard in Inventor 2022</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10495712#M47622</link>
      <description>Unfortunately, there is no configuration option to remove the enable/disable button from the ribbon in 2019.</description>
      <pubDate>Mon, 26 Jul 2021 07:25:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10495712#M47622</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2021-07-26T07:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data standard in Inventor 2022</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10498064#M47623</link>
      <description>&lt;P&gt;Hallo Markus!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your explanation. One more question: in VDS 2019, for which reason the "Enable/Disable" buttons appears only in "Part" and "Drawing" environment whileas they do not appear in "Assembly" environment?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 01:43:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10498064#M47623</guid>
      <dc:creator>Leon.VASSE</dc:creator>
      <dc:date>2021-07-27T01:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data standard in Inventor 2022</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10498563#M47624</link>
      <description>I don't believe that hiding the command in an assembly environment is intended behavior.</description>
      <pubDate>Tue, 27 Jul 2021 07:09:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10498563#M47624</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2021-07-27T07:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data standard in Inventor 2022</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10498575#M47625</link>
      <description>EDIT: above question was missing a big piece:&lt;BR /&gt;&lt;BR /&gt;Through iLogic, I can delete the "Enable/Disable" buttons so that they don't appear in "Assembly" environment, but I am not able yet to reproduce it in "Part" and "Drawing" environments:&lt;BR /&gt;&lt;BR /&gt;iLogic code:&lt;BR /&gt;Try&lt;BR /&gt;Dim curEnviron = ThisApplication.UserInterfaceManager.ActiveEnvironment&lt;BR /&gt;curEnviron.Ribbon.RibbonTabs("AD:dataStandardAddIn:TabAssembly").RibbonPanels("AD:dataStandardAddIn:PanelAssemblySettings").Delete()&lt;BR /&gt;Catch&lt;BR /&gt;End Try</description>
      <pubDate>Tue, 27 Jul 2021 07:15:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10498575#M47625</guid>
      <dc:creator>Leon.VASSE</dc:creator>
      <dc:date>2021-07-27T07:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data standard in Inventor 2022</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10498721#M47626</link>
      <description>&lt;P&gt;For a reason I cannot yet figure out, in the below code, only the first button deletion request is performed. For example, the button deletion is required firstly in the Part environment, so it will be done in Part environment, but then it is not performed neither in Drawing nor in Assembly environments. I tried by placing, one after another, the 3 button deletion requests at first position, I can delete the "Enable/Disable" Data Standard buttons in either Part, or Assembly or Drawing environment, but only in one environment at a time:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Try&lt;/SPAN&gt;
	&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;curEnviron&lt;/SPAN&gt;  = &lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;.&lt;SPAN&gt;UserInterfaceManager&lt;/SPAN&gt;.&lt;SPAN&gt;ActiveEnvironment&lt;/SPAN&gt;
	&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;disabledCmdList&lt;/SPAN&gt; = &lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;.&lt;SPAN&gt;UserInterfaceManager&lt;/SPAN&gt;.&lt;SPAN&gt;ActiveEnvironment&lt;/SPAN&gt;.&lt;SPAN&gt;DisabledCommandList&lt;/SPAN&gt;
	&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;cmdMgr&lt;/SPAN&gt; = &lt;SPAN&gt;ThisApplication&lt;/SPAN&gt;.&lt;SPAN&gt;CommandManager&lt;/SPAN&gt;
	
	&lt;SPAN&gt;'delete Enable/Disable Data Standard buttons in PART environment:&lt;/SPAN&gt;
	&lt;SPAN&gt;curEnviron&lt;/SPAN&gt;.&lt;SPAN&gt;Ribbon&lt;/SPAN&gt;.&lt;SPAN&gt;RibbonTabs&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:TabPart"&lt;/SPAN&gt;).&lt;SPAN&gt;RibbonPanels&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:PanelPartSettings"&lt;/SPAN&gt;).&lt;SPAN&gt;CommandControls&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:BtnTurnOff"&lt;/SPAN&gt;).&lt;SPAN&gt;Delete&lt;/SPAN&gt;()
    &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;curEnviron&lt;/SPAN&gt;.&lt;SPAN&gt;Ribbon&lt;/SPAN&gt;.&lt;SPAN&gt;RibbonTabs&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:TabPart"&lt;/SPAN&gt;).&lt;SPAN&gt;RibbonPanels&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:PanelPartSettings"&lt;/SPAN&gt;).&lt;SPAN&gt;CommandControls&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:BtnTurnOn"&lt;/SPAN&gt;).&lt;SPAN&gt;Delete&lt;/SPAN&gt;()

	&lt;SPAN&gt;'delete Enable/Disable Data Standard buttons in DRAWING environment:&lt;/SPAN&gt;
	&lt;SPAN&gt;curEnviron&lt;/SPAN&gt;.&lt;SPAN&gt;Ribbon&lt;/SPAN&gt;.&lt;SPAN&gt;RibbonTabs&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:TabDrawing"&lt;/SPAN&gt;).&lt;SPAN&gt;RibbonPanels&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:PanelDrawingSettings"&lt;/SPAN&gt;).&lt;SPAN&gt;CommandControls&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:BtnTurnOff"&lt;/SPAN&gt;).&lt;SPAN&gt;Delete&lt;/SPAN&gt;()
    &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;curEnviron&lt;/SPAN&gt;.&lt;SPAN&gt;Ribbon&lt;/SPAN&gt;.&lt;SPAN&gt;RibbonTabs&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:TabDrawing"&lt;/SPAN&gt;).&lt;SPAN&gt;RibbonPanels&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:PanelDrawingSettings"&lt;/SPAN&gt;).&lt;SPAN&gt;CommandControls&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:BtnTurnOn"&lt;/SPAN&gt;).&lt;SPAN&gt;Delete&lt;/SPAN&gt;()
	
	&lt;SPAN&gt;'delete Enable/Disable Data Standard buttons in ASSEMBLY environment:&lt;/SPAN&gt;
&lt;SPAN&gt;        curEnviron&lt;/SPAN&gt;.&lt;SPAN&gt;Ribbon&lt;/SPAN&gt;.&lt;SPAN&gt;RibbonTabs&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:TabAssembly"&lt;/SPAN&gt;).&lt;SPAN&gt;RibbonPanels&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:PanelAssemblySettings"&lt;/SPAN&gt;).&lt;SPAN&gt;CommandControls&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:BtnTurnOff"&lt;/SPAN&gt;).&lt;SPAN&gt;Delete&lt;/SPAN&gt;()
    &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;curEnviron&lt;/SPAN&gt;.&lt;SPAN&gt;Ribbon&lt;/SPAN&gt;.&lt;SPAN&gt;RibbonTabs&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:TabAssembly"&lt;/SPAN&gt;).&lt;SPAN&gt;RibbonPanels&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:PanelAssemblySettings"&lt;/SPAN&gt;).&lt;SPAN&gt;CommandControls&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:BtnTurnOn"&lt;/SPAN&gt;).&lt;SPAN&gt;Delete&lt;/SPAN&gt;()
	
	&lt;SPAN&gt;disabledCmdList&lt;/SPAN&gt;.&lt;SPAN&gt;Add&lt;/SPAN&gt;(&lt;SPAN&gt;cmdMgr&lt;/SPAN&gt;.&lt;SPAN&gt;ControlDefinitions&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:BtnTurnOff"&lt;/SPAN&gt;))
	&lt;SPAN&gt;disabledCmdList&lt;/SPAN&gt;.&lt;SPAN&gt;Add&lt;/SPAN&gt;(&lt;SPAN&gt;cmdMgr&lt;/SPAN&gt;.&lt;SPAN&gt;ControlDefinitions&lt;/SPAN&gt;(&lt;SPAN&gt;"AD:dataStandardAddIn:BtnTurnOn"&lt;/SPAN&gt;))
&lt;SPAN&gt;Catch&lt;/SPAN&gt;
&lt;SPAN&gt;End&lt;/SPAN&gt; &lt;SPAN&gt;Try&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 08:19:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10498721#M47626</guid>
      <dc:creator>Leon.VASSE</dc:creator>
      <dc:date>2021-07-27T08:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data standard in Inventor 2022</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10501683#M47627</link>
      <description>&lt;P&gt;This is rather an Inventor API question than Vault. AFAIK, you need to create overrides for each environment and place the commands that you liked. Not sure that this effort pays off. Reach out to the MFG Dev Blog for more details and samples on how to do this:&amp;nbsp;&lt;A href="https://adndevblog.typepad.com/manufacturing/2014/01/modify-ribbon-and-menu-items.html" target="_blank"&gt;https://adndevblog.typepad.com/manufacturing/2014/01/modify-ribbon-and-menu-items.html&lt;/A&gt;&amp;nbsp;and Inventor API Help - Sample section:&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-A2FBD407-736B-4A43-A971-A00A1BF459DF" target="_blank"&gt;https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=GUID-A2FBD407-736B-4A43-A971-A00A1BF459DF&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 08:26:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10501683#M47627</guid>
      <dc:creator>Markus.Koechl</dc:creator>
      <dc:date>2021-07-28T08:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data standard in Inventor 2022</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10504464#M47628</link>
      <description>&lt;P&gt;Thank you Markus.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our Autodesk Retailer helped to complete the above code, so that it is possible to effectively delete the "Enable/Disable" Data Standard, through iLogic, whether User opens an IPT, an IAM or an IDW file. So I will not enter API learning this time!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 06:50:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10504464#M47628</guid>
      <dc:creator>Leon.VASSE</dc:creator>
      <dc:date>2021-07-29T06:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data standard in Inventor 2022</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10513622#M47629</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7065916"&gt;@Leon.VASSE&lt;/a&gt;&amp;nbsp; Please could you post the code? Thank you&lt;/P&gt;&lt;P&gt;Georg&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 10:05:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10513622#M47629</guid>
      <dc:creator>GeorgK</dc:creator>
      <dc:date>2021-08-02T10:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disable Data standard in Inventor 2022</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10534512#M47630</link>
      <description>&lt;P&gt;Hello Georg!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here it is:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Dim ribbonName = curEnviron.Ribbon.InternalName
Dim tabName = "AD:dataStandardAddIn:Tab" + ribbonName
Dim panelName = "AD:dataStandardAddIn:Panel" + ribbonName + "Settings"

'delete Enable/Disable buttons in Part/Assembly/Drawing Data Standard tabs
Try
	curEnviron.Ribbon.RibbonTabs(tabName).RibbonPanels(panelName).CommandControls("AD:dataStandardAddIn:BtnTurnOff").Delete()
	curEnviron.Ribbon.RibbonTabs(tabName).RibbonPanels(panelName).CommandControls("AD:dataStandardAddIn:BtnTurnOn").Delete()
	curEnviron.Ribbon.RibbonTabs(tabName).RibbonPanels(panelName).Delete()
	disabledCmdList.Add(cmdMgr.ControlDefinitions("AD:dataStandardAddIn:BtnTurnOff"))
	disabledCmdList.Add(cmdMgr.ControlDefinitions("AD:dataStandardAddIn:BtnTurnOn"))
Catch
	' Error ignored in case it's already deleted
End Try&lt;/LI-CODE&gt;&lt;P&gt;Thanks &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/96220"&gt;@smilinger&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 15:40:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/removing-vds-enable-disable-buttons-vds-2019/m-p/10534512#M47630</guid>
      <dc:creator>Leon.VASSE</dc:creator>
      <dc:date>2021-08-10T15:40:09Z</dc:date>
    </item>
  </channel>
</rss>

