Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am trying to add the assemblies to my Visual Studio project for the following statements;
using Revit.Elements;
using BuiltinNodeCategories = Revit.Elements.BuiltinNodeCategories;
using Category = Revit.Elements.Category;
However, I could not find which assembly is. I guessed it could be Revit.dll but when I try to load Visual Studio shows:
A reference to "..." could not be added. Please make sure that the file is accessible.
Is this related to API retrictions or these namespaces could be found in other assemblies?
Thanks
Solved! Go to Solution.