HOW-TO View the Revit Database (2011 Secret #14)

This guide is for beginners who want to view the Revit database in 2011. I have previously posted about rvtmgddbg. This has been replaced in 2011 by RevitLookup. This is an API tool that allows you to view (‘Snoop’) the elements in the Revit database.

How do you set it up? Its quite simple really:

  1. Download this file (thanks to The Building Coder).
  2. Unzip the file to the C: drive (such that you have paths C:RevitLookupCS etc)
  3. Double click on the file “C:RevitLookupCSRevitLookup.csproj”, this will open in Visual Studio tools for Applications.
  4. Click on Build – Build RevitLookup (this creates the RevitLookup.dll file)

  5. Now, open the file “C:RevitLookupCSRevitLookup.addin” in Notepad.
  6. Replace this-
    RevitLookup.dll

    with this-
    C:RevitLookupCSbinDebugRevitLookup.dll

  7. Save the file.
  8. Now, copy the RevitLookup.addin file you just saved to the following location (depending on your OS):

    For Vista
    C:ProgramDataAutodeskREVITAddins2011

    For XP
    C:Documents and SettingsAll UsersApplication DataAutodeskRevitAddins2011

  9. That’s it! You should now see the Revit Lookup menu on your Add-Ins ribbon:


One of the simplest ways to use this tool is to select an Object, then use the ‘Snoop Current Selection’ option. Enjoy!

0 0 votes
Article Rating
Subscribe
Notify of
guest

4 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Revit Today and BIM, NavisWorks etc.

You shoud add that some references probably must be made (in other words I had to), like.

Delete the Reference to Microsoft.Office.Core and
Add it again => Add Reference, Tab COM, Select Microsoft Office 12 Object Library

Create a Reference Path to:
C:Program FilesAutodeskRevit Structure 2011Program
C:Program FilesCommon FilesMicrosoft SharedOFFICE12

Anonymous
Anonymous
12 years ago

Great post!!

iss syncarp
10 years ago

Once we build the project i dont fine the dll for it..
could you find some solution to this

Luke Johnson
10 years ago
Reply to  iss syncarp

You need to find the bin folder in the build path. If you have an error, its possible that a reference is missing and the dll was not built.