Message 1 of 3

Not applicable
08-03-2018
03:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
if anyone knows, can someone please provide me the code on how to open adsk file in autodesk revit using revit api?
Dim b As Document
b.OpenBuildingComponent("C:\Users\Yogesh\Desktop\3760.adsk")
i tried this thing,but it creates erroor
Solved! Go to Solution.