
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
To place a drawing into another location using ALIGN I use an overall OS coordinate system drawing to get matching points to place the first drawing.
Both drawings are loaded into AutoCAD
I've created a combobox to switch drawings whilst my application is running and even ACTIVATE and REGEN the selected drawing:
ThisDrawing.Application.Documents.Item(ComboBox1.ListIndex).Activate
ThisDrawing.Application.Documents.Item(ComboBox1.ListIndex).Regen acAllViewports
The GETPOINT line is only successful in the drawing that was active BEFORE I started my application and Fails in the other activated drawing:
The error I get in all other drawings I select and activate:
Anyone any idea what's need to be set before I can use it in the newly activated drawing?
Thanks
Solved! Go to Solution.