Revit API Forum
Welcome to Autodesk’s Revit API Forums. Share your knowledge, ask questions, and explore popular Revit API topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Accessing the "Project Browser" element on non-English version of Revit

1 REPLY 1
SOLVED
Reply
Message 1 of 2
pfk
Enthusiast
697 Views, 1 Reply

Accessing the "Project Browser" element on non-English version of Revit

Hi

 

I have written an addin which needs to access the "Project Browser" element.  It finds this element by iterating through a FilteredElementCollector.  This approach works fine on Revit Englsih.  However it appers that Revit French uses a different internal name for the "Project Browser".  How can I access the project browser elements on non-English versions of Revit pls? 

 

Thanks

 

Paul

1 REPLY 1
Message 2 of 2
Joe.Ye
in reply to: pfk

 

HI Paul,

 

In the non-English version, you can get the name string from the target Revit product. (Install that, and get the project browser window name.)

Not sure what's the usage after you get the "Project Browser" element?  

There is no built-in name for the project browser window.

 

 

One way to get the project browser dockable pane is to get the DockablePaneId from DockablePanes.BuiltInDockablePanes.ProjectBrowser property.

And then get the project browser pane by:

DockablePane projectBrowser = new DockablePane(DockablePaneId);

 

 



Joe Ye
Contractor
Developer Technical Services
Autodesk Developer Network

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk DevCon in Munich May 28-29th


Rail Community