Message 1 of 7
ActiveLayout not activ?!!

Not applicable
06-11-2001
03:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hy, here is my problem,
I make a new layout:
Set New_Lay = ThisDrawing.Layouts.Add("NewLayout")
I set it activ:
ThisDrawing.ActiveLayout = New_Lay
And then i make this:
Set PView = ThisDrawing.Paperspace.AddPViewport(Cen_Pt, Length, High)
The problem is, that the new PViewport is not im my Layout, it is in the
last activ
layout.
Why, is this a bug or should i make holidays?
Thank for every answer
Bernd
I make a new layout:
Set New_Lay = ThisDrawing.Layouts.Add("NewLayout")
I set it activ:
ThisDrawing.ActiveLayout = New_Lay
And then i make this:
Set PView = ThisDrawing.Paperspace.AddPViewport(Cen_Pt, Length, High)
The problem is, that the new PViewport is not im my Layout, it is in the
last activ
layout.
Why, is this a bug or should i make holidays?
Thank for every answer
Bernd