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!