Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
For each element two different namespace . i.e. levels
In Revit's API, the Level class' fully-qualified name is: Autodesk.Revit.DB.Level
In Dynamo, the Level class' fully-qualified name is: Revit.Elements.Level
I am creating a Revit API add-in using c# . I want to select an element but wrap it to dynamo namespace.
is that possible?
Solved! Go to Solution.