Revit API

Revit API

Anonymous
Not applicable
402 Views
2 Replies
Message 1 of 3

Revit API

Anonymous
Not applicable

hi guys, In Revit Developing ,how can i realise the function that find and locate the specified family in Project Browser, which is like the function clicking the right mouse on Project Browser.Sample.png

0 Likes
403 Views
2 Replies
Replies (2)
Message 2 of 3

jeremytammik
Autodesk
Autodesk

You can implement that using a filtered element collector.

 

In fact, a filtered element collector is almost the only way to retrieve elements from the Revit database.

 

All the rest is explained in the getting started material:

 

http://thebuildingcoder.typepad.com/blog/about-the-author.html#2

 

Best regards,

 

Jeremy



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes
Message 3 of 3

Anonymous
Not applicable
Sorry, what i mean is how i can highlight the specified family'name in the project browser by API ?
0 Likes