Change Paperspace to Paperspace

Change Paperspace to Paperspace

Anonymous
Not applicable
304 Views
2 Replies
Message 1 of 3

Change Paperspace to Paperspace

Anonymous
Not applicable
HI!
I need to change from one paperspace to another

I do it now with:
ThisDrawing.ActiveSpace = acPaperSpace

but if i've more then one paperspace? with different information how can I access to each one?
0 Likes
305 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
You probably mean changing from "Layout" to Layout. So, check out
ThisDrawing.ActiveLayout, instead of ThisDrawing.ActiveSpace.


wrote in message news:5554491@discussion.autodesk.com...
HI!
I need to change from one paperspace to another

I do it now with:
ThisDrawing.ActiveSpace = acPaperSpace

but if i've more then one paperspace? with different information how can I
access to each one?
0 Likes
Message 3 of 3

Anonymous
Not applicable
thanks!

ThisDrawing.ActiveLayout = ThisDrawing.Layouts(2)

what i need 🙂 and works fine
0 Likes