Page setup - removing
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
Page setup - removing

 
Post new topic   Reply to topic    CADForums.net Forum Index -> Printing
Author Message
Ted Broekhuizen
Guest





Posted: Wed Nov 10, 2004 11:26 pm    Post subject: Page setup - removing Reply with quote

I have inherited dozens of page setups via a "master" drawing template that
I want to delete.
(I have cleaned the master).
How do a remove from many drawings affected?

Thanks

Back to top
Tom Stright
Guest





Posted: Fri Nov 12, 2004 8:39 pm    Post subject: Re: Page setup - removing Reply with quote

; DAPS - Delete All Page Setups
;
(defun c:daps ()
(vl-load-com)
(vlax-for ps (vla-get-plotconfigurations
(vla-get-activedocument
(vlax-get-acad-object)))
(vla-delete ps)
)
)


"Ted Broekhuizen" <tbroekhuizen@sandwell.com> wrote in message
news:41925c82$1_1@newsprd01...
Quote:
I have inherited dozens of page setups via a "master" drawing template
that
I want to delete.
(I have cleaned the master).
How do a remove from many drawings affected?

Thanks

Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> Printing All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Powered by phpBB