© 2010 Autodesk
Introduction to Revit 2011 API
Tools
Must Know
§RevitLookup – allows you to “snoop” into the Revit database structure. “must have” for any Revit API programmers.
§Add-In Manager – allows you to load unload your dll while running Revit, and to run command without registering an addin
§SDKSamples2011.sln – allows you to build all the sample projects at once. RevitAPIDllsPathUpdater.exe is provided to update the location of references in each MSVS projects in case your installation of Revit is different from the default location or if you are using different verticals. 
§RvtSamples – application that creates a ribbon panel for all the samples for easy testing
§