Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm currently working on a project where I need to access the current project object in AutoCAD Architecture programmatically using the "AecProjectBaseMgd" dll. I've been able to successfully retrieve the current project object by specifying the project path explicitly. However, I'm facing a challenge in obtaining the current project object without specifying the project path.
Is there a way to retrieve the current project object without needing to provide the project path explicitly?
Any guidance or example code snippets would be greatly appreciated. Thank you in advance for your help!
current code :
Solved! Go to Solution.