Hi All,
I am importing dwg file which has certain XRecord data attached to it.
Is there any way to read this XRecord inside revit after importing ?
Thanks,
Suraj
Solved! Go to Solution.
Hi All,
I am importing dwg file which has certain XRecord data attached to it.
Is there any way to read this XRecord inside revit after importing ?
Thanks,
Suraj
Solved! Go to Solution.
Solved by jeremytammik. Go to Solution.
Yes.
You can use the AutoCAD.NET API.
You can do so from within your Revit add-in.
This requires both AutoCAD and Revit to be installed, and Revit must be running, and you must be within a valid Revit API context.:
https://thebuildingcoder.typepad.com/blog/2008/11/running-autocad-inside-revit.html
Yes.
You can use the AutoCAD.NET API.
You can do so from within your Revit add-in.
This requires both AutoCAD and Revit to be installed, and Revit must be running, and you must be within a valid Revit API context.:
https://thebuildingcoder.typepad.com/blog/2008/11/running-autocad-inside-revit.html
Thanks Jeremy.
Can't find what you're looking for? Ask the community or share your knowledge.