<?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: Revit Command Ids in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/11556994#M59856</link>
    <description>&lt;P&gt;Yes it does (Revit 2022.1.3 I might add)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eprunty_0-1668617333881.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1140580i10CD873642BCA8DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eprunty_0-1668617333881.png" alt="eprunty_0-1668617333881.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2022 16:46:41 GMT</pubDate>
    <dc:creator>eprunty</dc:creator>
    <dc:date>2022-11-16T16:46:41Z</dc:date>
    <item>
      <title>Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/6926338#M59848</link>
      <description>&lt;P&gt;I want to subscribe to every single Command in Revit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've read this: &lt;A href="http://thebuildingcoder.typepad.com/blog/2012/06/replacing-built-in-commands-and-their-ids.html" target="_blank"&gt;Replacing Built-In Commands and Obtaining Their Ids&lt;/A&gt;&amp;nbsp;and grabbed the list of Ids provided but it's got me wondering:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What if there are new commands that aren't on this list? How do I capture them? Is there an enum I can iterate over yet?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Command Ids are an integer, right? So here's a wonderfully terrible idea: I could iterate through all the possible Id values and just catch{} all the exceptions. It'd guarantee that I didn't miss any and it'd be 100% future proof (unless they changed how Ids are stored). It'd also take a crazy amount of time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it'd work!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But it's stupid and brute force.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There's got to be a better way, right?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 12:48:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/6926338#M59848</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-07T12:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/6927183#M59849</link>
      <description>&lt;P&gt;Dear Thomas,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The most reliable way to determine a command id is to run the command and then look up the resulting entry afterwards in the journal file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://thebuildingcoder.typepad.com/blog/2013/10/programmatic-custom-add-in-external-command-launch.html" target="_blank"&gt;http://thebuildingcoder.typepad.com/blog/2013/10/programmatic-custom-add-in-external-command-launch.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 17:36:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/6927183#M59849</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2017-03-07T17:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/6927251#M59850</link>
      <description>&lt;P&gt;I saw that. I've also found a nice article about extracting the information from a journal file using a pascal script:&amp;nbsp;&lt;A title="Inside The Factory" href="http://insidethefactory.typepad.com/my_weblog/2012/02/visualizing-journals.html" target="_blank"&gt;Visualizing Revit Journals&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Problem with that solution is I'd have to click on every button in Revit to get every command which is obviously impractical and as soon as a new button is added, my list falls out of date.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 17:56:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/6927251#M59850</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-07T17:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/6927286#M59851</link>
      <description>&lt;P&gt;Hi @Anonymous,&lt;/P&gt;
&lt;P&gt;It's unsupported, but check out my comment in this post:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/revit-api-forum/how-to-check-the-exisiting-of-ribbon-tab-and-ribbon-panel-and/m-p/6859336/highlight/true#M20926" target="_blank"&gt;https://forums.autodesk.com/t5/revit-api-forum/how-to-check-the-exisiting-of-ribbon-tab-and-ribbon-panel-and/m-p/6859336/highlight/true#M20926&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Extend that with this code and you should be away:&lt;/P&gt;
&lt;PRE&gt;For Each ribbonItem In panel.Source.Items
           Dim id As String = ribbonItem.Id
....&lt;/PRE&gt;
&lt;P&gt;Some filtering of ribbon item types may be required.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 18:10:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/6927286#M59851</guid>
      <dc:creator>matthew_taylor</dc:creator>
      <dc:date>2017-03-07T18:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/6950912#M59852</link>
      <description>&lt;P&gt;&amp;nbsp;Hang on! There &lt;STRONG&gt;is&lt;/STRONG&gt; a list of RevitCommands in the API! It's the RevitCommands.Names static variable!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works fine:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;foreach (string name in RevitCommands.Names)
            {
                try
                {
                    var binding = app.CreateAddInCommandBinding(RevitCommandId.LookupCommandId(name));
                    binding.BeforeExecuted += Command_BeforeExecuted;
                }
                catch
                {
                    continue;
                }
            }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 15:08:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/6950912#M59852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T15:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/6965114#M59853</link>
      <description>&lt;P&gt;Wait, no, I'm a moron. I wrote that RevitCommands class a few weeks ago and then forgot about it. It's just a static list of all the names provided by the post linked in my original question.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 16:15:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/6965114#M59853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-22T16:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/11556827#M59854</link>
      <description>&lt;P&gt;I was looking for the same thing and found that exporting the keyboard shortcuts xml file gives you a list of all command names and ids.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 15:57:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/11556827#M59854</guid>
      <dc:creator>eprunty</dc:creator>
      <dc:date>2022-11-16T15:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/11556972#M59855</link>
      <description>&lt;P&gt;Wow. That sounds very useful. Thank you for sharing this important observation. Does the XML file really list all commands, even if no shortcut has been assigned to them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 16:40:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/11556972#M59855</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2022-11-16T16:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/11556994#M59856</link>
      <description>&lt;P&gt;Yes it does (Revit 2022.1.3 I might add)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eprunty_0-1668617333881.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1140580i10CD873642BCA8DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eprunty_0-1668617333881.png" alt="eprunty_0-1668617333881.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 16:46:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/11556994#M59856</guid>
      <dc:creator>eprunty</dc:creator>
      <dc:date>2022-11-16T16:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/11606325#M59857</link>
      <description>&lt;P&gt;&lt;EM&gt;Thank you so much!!!!&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 11:08:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/11606325#M59857</guid>
      <dc:creator>bayo567BN</dc:creator>
      <dc:date>2022-12-08T11:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/12154992#M59858</link>
      <description>The best answer!! Thanks!!</description>
      <pubDate>Mon, 07 Aug 2023 18:42:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/12154992#M59858</guid>
      <dc:creator>ggranadosNFAMX</dc:creator>
      <dc:date>2023-08-07T18:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/12173353#M59859</link>
      <description>&lt;P&gt;I know this thread is years old, but worth a shot! I'm trying to find the command associated with when you click the View template button on a view:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dgoff96_1-1692139859131.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1253629i12FC8D2463906C8F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dgoff96_1-1692139859131.png" alt="dgoff96_1-1692139859131.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the xml of keyboard shortcuts, there are 3 commands associated with view templates. However, none of them trigger when clicking this button&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dgoff96_0-1692139825016.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1253626i5086C48DC68B1577/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dgoff96_0-1692139825016.png" alt="dgoff96_0-1692139825016.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried looking in the journal file and found this line:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dgoff96_2-1692140073020.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1253630iE89B295A0F1CAF2D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dgoff96_2-1692140073020.png" alt="dgoff96_2-1692140073020.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It looks like clicking that button calls multiple functions maybe?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been able to subscribe to the "DialogBoxShowing" Event, however, that event doesn't give me the options I am looking for. I would like to be able to intercept the command BEFORE the dialog box pops up, and to do that, I need to know the command ID. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 23:15:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/12173353#M59859</guid>
      <dc:creator>dgoff96</dc:creator>
      <dc:date>2023-08-15T23:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/12174238#M59860</link>
      <description>&lt;P&gt;The button you are interested in supports editing of an individual Revit BIM Element property.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many of these properties are stored in parameter values, so the editing is simple, just modifying a single atomic object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some properties are more complex, like the Location of an element; it can be either a LocationPoint or a LocationCurve, both of which can be represented in the Revit API, or something else, that has no API representation and thus cannot be accessed at all in the API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other properties are more complex still. They come equipped their own internal custom editor and often completely lack any kind of API presence whatsoever.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The button you are interested in seems to belong to the latter category. Clicking it launches an internal custom editor to which you have no access whatsoever, editing internal properties are are probably equally inaccessible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, you can completely forget this approach.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you share what you are trying to achieve, there may be some other way. However, your question has nothing to do with the topic discussed in this thread, so you might as well find a more suitable thread for it or start a new one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 09:47:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/12174238#M59860</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-08-16T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/12175942#M59861</link>
      <description>&lt;P&gt;Basically, what I’m trying to achieve is to block certain users from being able to edit the view templates. That’s why I was hoping to be able to intercept the command of the button , but based on what you said, this button doesn’t behave the same way as a typical Revit ribbon button. So yea it is either not possible or requires a very different method than what this thread mentions. I’ll keep digging&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 20:44:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/12175942#M59861</guid>
      <dc:creator>dgoff96</dc:creator>
      <dc:date>2023-08-16T20:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/12176618#M59862</link>
      <description>&lt;P&gt;Aha. Well, that can certainly be achieved. One way may be to use a dynamic updater:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://thebuildingcoder.typepad.com/blog/about-the-author.html#5.31" target="_blank" rel="noopener"&gt;https://thebuildingcoder.typepad.com/blog/about-the-author.html#5.31&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Determine the exact nature of the things you do not want the user to modify. Implement a trigger that identifies those. If the DMU is triggered, the protected elements have been modified. In that case, the DMU can cancel the action and issue a warning.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There may be other approaches as well... almost certainly, and maybe better. I would suggest searching this frorum for the term "prevent" and similar:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://forums.autodesk.com/t5/forums/searchpage/tab/message?advanced=false&amp;amp;allow_punctuation=false&amp;amp;filter=location&amp;amp;location=forum-board:160&amp;amp;q=prevent" target="_blank"&gt;https://forums.autodesk.com/t5/forums/searchpage/tab/message?advanced=false&amp;amp;allow_punctuation=false&amp;amp;filter=location&amp;amp;location=forum-board:160&amp;amp;q=prevent&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let us know how you end up solving this. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 05:53:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/12176618#M59862</guid>
      <dc:creator>jeremy_tammik</dc:creator>
      <dc:date>2023-08-17T05:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Revit Command Ids</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/12560316#M59863</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/824630"&gt;@jeremy_tammik&lt;/a&gt;&amp;nbsp;for pointing me to Iupdaters. I think I'm 90% of the way there. I have it working so that it alerts when a change is made to the view template, however, I don't know how to make it cancel the action as you describe? Here is the code for my updater class (it's in python, but I can understand C# too if you have a C# example".&lt;/P&gt;&lt;LI-CODE lang="general"&gt;class ViewTemplateProtectionUpdater(IUpdater):
    def __init__(self, application):
        self._addinId = application.ActiveAddInId
        self._updaterId = UpdaterId(self._addinId, Guid.NewGuid())
        self._application = application

    def Execute(self, data):
        doc = data.GetDocument()
        for id in data.GetModifiedElementIds():
            el = doc.GetElement(id)
            if isinstance(el, DB.View) and el.IsTemplate:
                UI.TaskDialog.Show("View Template Modification", "Modifications to view templates are not allowed.")

    def GetUpdaterId(self):
        return self._updaterId

    def GetUpdaterName(self):
        return "View Template Protection Updater"

    def GetAdditionalInformation(self):
        return "Blocks unauthorized modifications to view templates."

    def GetChangePriority(self):
        return ChangePriority.Views

    def Register(self):
        if not UpdaterRegistry.IsUpdaterRegistered(self._updaterId):
            UpdaterRegistry.RegisterUpdater(self, True)

            filter = DB.ElementCategoryFilter(DB.BuiltInCategory.OST_Views)
            UpdaterRegistry.AddTrigger(self._updaterId, filter, Element.GetChangeTypeAny())
            print("Updater registered.")

    def Unregister(self):
        if UpdaterRegistry.IsUpdaterRegistered(self._updaterId, self._addinId):
            UpdaterRegistry.UnregisterUpdater(self._updaterId, self._addinId)
            print("Updater unregistered.")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 16:40:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/revit-command-ids/m-p/12560316#M59863</guid>
      <dc:creator>dgoff96</dc:creator>
      <dc:date>2024-02-14T16:40:26Z</dc:date>
    </item>
  </channel>
</rss>

