<?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: Creating custom Project Browser plugin - Views -apply Grouping and Sorting in Revit API Forum</title>
    <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4809791#M77699</link>
    <description>&lt;P&gt;Hiya,&lt;/P&gt;&lt;P&gt;I wonder if you're overlooking a new Revit 2014 API feature? (See below - quote from RevitAPI.chm.)&lt;/P&gt;&lt;P&gt;I use this to get the selected views to create multiple duplicates.&lt;/P&gt;&lt;P&gt;You'd need your own button on the ribbon to run the macro from. Applying a keyboard shortcut would add to the accessibility.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Query the selection, apply the view.CanViewBeDuplicated(dupOpt) to the&amp;nbsp;views, ask the user what type of duplication to use (if there's more than one),&amp;nbsp; and you're there.&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;Matt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;External commands now supported from Project Browser as active view&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;API commands and macros are now enabled when the Revit active view is the Project Browser.&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;If there are actively selected elements in the Project Browser, these will be returned from UIDocument.Selection&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;However, add-ins cannot prompt for interactive selection when the Project Browser is the active view.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;The enumerated type ViewType now has separate entries for ProjectBrowser and SystemBrowser to allow applications to deal with situations where the Project Browser is active.&amp;nbsp; These view types used to be returned as ViewType.Internal, so code which keys of off ViewType.Internal may need to be updated to also deal with these new types.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Note that API commands are still disabled when the active view is the MEP&amp;nbsp;system browser.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2014 01:26:10 GMT</pubDate>
    <dc:creator>matthew_taylor</dc:creator>
    <dc:date>2014-02-12T01:26:10Z</dc:date>
    <item>
      <title>Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4791957#M77686</link>
      <description>&lt;P&gt;My company has Views grouped via a discipline then subset along with family and type (Please see Example A.) so it was a bit of surprised when I went into the AllViews Sample and it listed much differently than what&amp;nbsp;the view originally&amp;nbsp;shown (see Example B.) versus what AllViews Sample had showed (see Example C) until I took off the formatting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in my quest to create a plugin that mirrors the Project Browser - how may I go into the Revit API to determine what the grouping, sorting settings are?&amp;nbsp; Then once that is determined what is the best way to take the listing of all the views and then apply that via a tree view?&amp;nbsp; I think the closest sample that can get me started is Revit 2014 SDK - Samples - All Views - but there doesn't seem to be anything on the formatting of the view structure within that code sample.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2014 21:24:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4791957#M77686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-03T21:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4794703#M77687</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Sorry I cannot help. It seems like you would need to be able to get to the Browser object and its filter settings. Maybe the reason for your idea is mainly to provide flexibility and quick convenience not present in the Browser, but if you had access to the Browser object and its filter settings then why not control the Browser as you need it with new settings on the fly instead of using existing settings to build a new Browser. Looking at your last image and assuming it is the early fleshing out of a sheet creation tool I wonder how you plan to get around the manual placement tasks required for sheet composition and also the book keeping task of which views are already used. &amp;nbsp;The standard Browser has all of those capabilities built into it. It just needs a convenient way to drive it for specific tasks, like the one I am thinking you are looking for. Your customization would not look like a new Browser. Instead it would be sets of controls that instantly manipulate how the Revit browser organizes the views needed for sheet composition in addition to having some task controls and settings.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 04:21:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4794703#M77687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-05T04:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4795623#M77688</link>
      <description>&lt;P&gt;Dear Stephen,&lt;BR /&gt;&lt;BR /&gt;I am not aware of any functionality at all provided by the Revit API to determine any special ordering of views.&lt;BR /&gt;&lt;BR /&gt;You would have to use other generic properties and relationships to set up the ordering you desire.&lt;BR /&gt;&lt;BR /&gt;I cannot say whether the API provides all the information required to mirror the constellation displayed in the Project Browser.&lt;BR /&gt;&lt;BR /&gt;I hope this help.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2014 13:11:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4795623#M77688</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2014-02-05T13:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4796093#M77689</link>
      <description>"if you had access to the Browser object and its filter settings then why not control the Browser as you need it with new settings on the fly instead of using existing settings to build a new Browser."&lt;BR /&gt;&lt;BR /&gt;I'm basically trying to build a Project Browser that would allow me to duplicate multiple views which is not something allowed in the current Project Browser 2014 or any past since.&lt;BR /&gt;per this link here is a more detailed explanation of what I'm requesting: &lt;A target="_blank" href="http://forums.autodesk.com/t5/Revit-API/Creating-a-custom-Project-Browser-plugin-Duplicating-views/m-p/4791931/highlight/true#M5552"&gt;http://forums.autodesk.com/t5/Revit-API/Creating-a-custom-Project-Browser-plugin-Duplicating-views/m-p/4791931/highlight/true#M5552&lt;/A&gt;&lt;BR /&gt;But in developing this it would be a nice to be able to go into the object model and determine grouping and sorting as was done via the current Project Browser. No doubt it was done C++ and was wondering if any code available that could be converted into a C# example?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"Looking at your last image and assuming it is the early fleshing out of a sheet creation tool." It is not but instead the sample under the Revit SDKs - AllViews.cs to demonstrate how to create sheets under views.&lt;BR /&gt;&lt;BR /&gt;I'm looking for some more functionality to be added to this sample but doesn't seem to have been changed over the years.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Feb 2014 16:36:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4796093#M77689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-05T16:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4797343#M77690</link>
      <description>Sorry, I think I see now what you want to do and I would have similar needs. The Revit SDK AllViews seems like it could be a starting point to provide all the view names. The new ViewDuplicateOption as mentioned would provide the essential duplicating methods.&lt;BR /&gt;&lt;BR /&gt;I do not think you need access to the Browser filters at all. You?ll be looking at the Revit browser to see what filters to apply. It may also be that the filtering needs are based on standard text that can be coded in. This really looks doable.&lt;BR /&gt;&lt;BR /&gt;If I understand this correctly this time it looks like four operations. First generate a culled view name list based on some filtering. Then selecting from that view name list. Then applying the renaming operation to each view name. Then performing the duplication process. This might be two datagridviews (the culled view list in one, the selected views and the new names for those views as two columns in the other) side by side separated by some process controls between the views that control how each datagridview maps to the next. The datagridviews have selection, ordering and cell editing capabilities built in to apply any necessary fine tuning to the rename step. The selected-to-new name list needs to be one datagridview to keep them synchronized. Adding columns to these to order by view type might be useful. Datagridviews may not be intended for this purpose but they work just fine used this way.</description>
      <pubDate>Thu, 06 Feb 2014 04:56:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4797343#M77690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-06T04:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4800241#M77691</link>
      <description>&lt;P&gt;Word of warning here: &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Replicating the current Revit Project Browser is a huge development project. &amp;nbsp;I know cause I've been there. &amp;nbsp;It is possible, but I thought it may take a month? &amp;nbsp;Well it took 6 lol.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For a video of what I achived click on this link&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://youtu.be/JqRV6SLjJrM"&gt;http://youtu.be/JqRV6SLjJrM&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;Phillip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2014 05:26:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4800241#M77691</guid>
      <dc:creator>PhillipM</dc:creator>
      <dc:date>2014-02-07T05:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4800953#M77692</link>
      <description>&lt;P&gt;Dear Phillip,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your valuable advice and the nice video. Very impressive indeed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers, &lt;BR /&gt;&lt;BR /&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2014 13:34:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4800953#M77692</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2014-02-07T13:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4801473#M77693</link>
      <description>&lt;P&gt;aksaks-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm in agreement with everything you've said except up to the point - ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"this might be two datagridviews"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm perfectly fine with one datagrid view with selected checkboxes for each row that display the name of each view.&lt;BR /&gt;Probably a combo box above it to filter the types of views.... Floor Plan, 3D View, Building Section, Schedule, Panel Schedule,&lt;/P&gt;&lt;P&gt;Hit a button and it would go and create the new views based on what's in the datagrid.&lt;/P&gt;&lt;P&gt;Everything I want to do afterwards like a textbox for prefix and suffix - I can figure out.&lt;BR /&gt;I just need to get started with populating the datagrid with the views as a sample and a way to FILTER it.&lt;BR /&gt;That's the big thing for me - how do I filter it?&amp;nbsp;&amp;nbsp; Not even the AllViews Samples shows how I may do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PhillipM-&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;You've created a masterful, beautiful Revit Project Browser plugin - and has taken it way farther then I could have even dreamed of.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;I just wanted somebody to update the current AllViews sample to at least have filtering so I could farther study on what I needed to do in this instance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is the filtering based on what's in the view name or another property for the view?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your helpful replies thus far.&amp;nbsp; I guess I should have said instead of formatting the Project Browser I should have used the word filter.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2014 17:22:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4801473#M77693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-07T17:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4804143#M77694</link>
      <description>Of course, KiwiCodes is a great project browser. In fact, it is far more than a project browser. I tried it and worth buying. But if you only need to duplicate a project browser, I have done it in only one and a half weeks. I recommend the use of the Objectlistview (treelistview) from sourceforge.com. It´s easy and very powerful. Not as precious as kiwi, but is easy to show the data and it is free. I have done it in this sequence: First I collect all views, sheetviews, and schedules. I have duplicated the structure exactly as the browser copying all the windows, buttons and duplicating exactly the same functionality. (Add organization an all this things.) I have created new personal classes for views, sheets and vports (views positioned on sheets). In order to change a little its functionality. I create all this objects with the info collected from Revit. And as you can’t access the browser, I have now two different browsers, the Revit one and the personal one. I do all the assignments views and schedules, to sheets, reposition and renaming, copy and paste 2d elements from view to view and so. And when the user clicks Ok button the transformations are done. With all the functionality it took me three weeks, not fully dedicated. Only copying the browser half this time. The hardest thing is the graphical and interface, the rest is simple, and with Jeremy Tamik´s blog I found all I needed. (Thanks Jeremy!). I will ask my company if I can share the code, or at least part of it, but I can´t promise anything. Anyway it shouldn´t be difficult, I´m not a programmer, just a newbie. You should be able to do it in less than that. By the way, sorry for my English it´s not very good. Hope this helped.</description>
      <pubDate>Sun, 09 Feb 2014 23:17:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4804143#M77694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-09T23:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4804151#M77695</link>
      <description>Of course, KiwiCodes is a great project browser. In fact, it is far more than a project browser. I tried it and worth buying. But if you only need to duplicate a project browser, I have done it in only one and a half weeks. I recommend the use of the Objectlistview (treelistview) from sourceforge.com. It´s easy and very powerful. Not as precious as kiwi, but is easy to show the data and it is free. I have done it in this sequence: First I collect all views, sheetviews, and schedules. I have duplicated the structure exactly as the browser copying all the windows, buttons and duplicating exactly the same functionality. (Add organization an all this things.) I have created new personal classes for views, sheets and vports (views positioned on sheets). In order to change a little its functionality. I create all this objects with the info collected from Revit. And as you can’t access the browser, I have now two different browsers, the Revit one and the personal one. I do all the assignments views and schedules, to sheets, reposition and renaming, copy and paste 2d elements from view to view and so. And when the user clicks Ok button the transformations are done. With all the functionality it took me three weeks, not fully dedicated. Only copying the browser half this time. The hardest thing is the graphical and interface, the rest is simple, and with Jeremy Tamik´s blog I found all I needed. (Thanks Jeremy!). I will ask my company if I can share the code, or at least part of it, but I can´t promise anything. Anyway it shouldn´t be difficult, I´m not a programmer, just a newbie. You should be able to do it in less than that. By the way, sorry for my English it´s not very good. Hope this helped.</description>
      <pubDate>Sun, 09 Feb 2014 23:21:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4804151#M77695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-09T23:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4804153#M77696</link>
      <description />
      <pubDate>Sun, 09 Feb 2014 23:23:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4804153#M77696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-09T23:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4804159#M77697</link>
      <description>Sorry for repeating my post. I was trying to add an attachment showing what I described, but it didn´t work. Als doesn´t work the options button. So it will be fine if someone could delete mya repeated messages.</description>
      <pubDate>Sun, 09 Feb 2014 23:26:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4804159#M77697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-09T23:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4804289#M77698</link>
      <description>&lt;P&gt;Well Done &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The tricky part that I found was catching all the interactions within Revit that a user may do and have that automatically update my KC Browser. &amp;nbsp;IE what happens if a user adds a view from teh ribbon or modifies a parameter of a view that needs to be instanatly reflected in the browser.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other very trciky part is how you co ordinate all of this in a workshared environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Phillip&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2014 03:33:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4804289#M77698</guid>
      <dc:creator>PhillipM</dc:creator>
      <dc:date>2014-02-10T03:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4809791#M77699</link>
      <description>&lt;P&gt;Hiya,&lt;/P&gt;&lt;P&gt;I wonder if you're overlooking a new Revit 2014 API feature? (See below - quote from RevitAPI.chm.)&lt;/P&gt;&lt;P&gt;I use this to get the selected views to create multiple duplicates.&lt;/P&gt;&lt;P&gt;You'd need your own button on the ribbon to run the macro from. Applying a keyboard shortcut would add to the accessibility.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Query the selection, apply the view.CanViewBeDuplicated(dupOpt) to the&amp;nbsp;views, ask the user what type of duplication to use (if there's more than one),&amp;nbsp; and you're there.&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;Matt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;External commands now supported from Project Browser as active view&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;API commands and macros are now enabled when the Revit active view is the Project Browser.&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;If there are actively selected elements in the Project Browser, these will be returned from UIDocument.Selection&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;However, add-ins cannot prompt for interactive selection when the Project Browser is the active view.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#000000"&gt;The enumerated type ViewType now has separate entries for ProjectBrowser and SystemBrowser to allow applications to deal with situations where the Project Browser is active.&amp;nbsp; These view types used to be returned as ViewType.Internal, so code which keys of off ViewType.Internal may need to be updated to also deal with these new types.&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Note that API commands are still disabled when the active view is the MEP&amp;nbsp;system browser.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2014 01:26:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4809791#M77699</guid>
      <dc:creator>matthew_taylor</dc:creator>
      <dc:date>2014-02-12T01:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4816509#M77700</link>
      <description>&lt;P&gt;Hey &lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/98521" target="_self"&gt;&lt;SPAN&gt;&lt;FONT face="Thread-00000868-Id-00000024" size="3" color="#222222"&gt;12360montes&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any chance you have some time to help me with just setting up the Objectlistview (treelistview) from sourceforge.com via WebEX?&lt;/P&gt;&lt;P&gt;I'm still getting a few errors (please note attachment) - did you have as many as well?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2014 16:47:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4816509#M77700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-14T16:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4825277#M77701</link>
      <description>&lt;P&gt;Those are only warnings about not having XML comments preceeding each public function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should be able to ignore them.&amp;nbsp; If you need them, preceeding each, type "///" (without the quotes) in VS and you will get a XML template preceeding the function you can fill out.&amp;nbsp; Then you should have no more warning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2014 16:13:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4825277#M77701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-19T16:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4825383#M77702</link>
      <description>&lt;P&gt;... or switch off the Visual Studio XML documentation setting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers, &lt;BR /&gt;&lt;BR /&gt;Jeremy&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2014 16:51:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/4825383#M77702</guid>
      <dc:creator>jeremytammik</dc:creator>
      <dc:date>2014-02-19T16:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating custom Project Browser plugin - Views -apply Grouping and Sorting</title>
      <link>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/5453169#M77703</link>
      <description>&lt;P&gt;Not to duplicate this very important topic, the main issue is with schedules. Why on Earth we still cannot organize them?&lt;/P&gt;&lt;P&gt;Kiwi plug-in has this functionality (among many others), why not to release a free add-on or macros which only&amp;nbsp;allows us to assign parameters to shedules and&amp;nbsp;sort them in the browser? Just a third bookmark in the "browser organisation" function. Please, gurus, you are our last hope!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Dec 2014 14:07:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/revit-api-forum/creating-custom-project-browser-plugin-views-apply-grouping-and/m-p/5453169#M77703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-26T14:07:59Z</dc:date>
    </item>
  </channel>
</rss>

