Getting "Plotting" Number of Copies

Getting "Plotting" Number of Copies

Anonymous
Not applicable
158 Views
2 Replies
Message 1 of 3

Getting "Plotting" Number of Copies

Anonymous
Not applicable
I have VB/Acad 2000 app where I am trying to capture some plotting
information via Acad events. I need to get the number of copies the user is
plotting each time they plot - I can use either the Endplot or EndModal
event, but when I select more than one copy on the plot dialog, and go to
close it, if I stop inside either of the events I just mentioned the
NumberOfCopies in the Plot object is always "1". It seems that perhaps the
NumberOfCopies is not part of the plot object but just sent to the
printer(?) Anyway I can "capture" this number?

Thanks in Advance....
ScottCleveland
0 Likes
159 Views
2 Replies
Replies (2)
Message 2 of 3

Jason.Piercey
Advisor
Advisor
You need to post this in the customization group, you will find more help there than here in the general.
0 Likes
Message 3 of 3

Anonymous
Not applicable
JP's right, as you may find you need to develop a custom plot procedure to
capture that property.
-- Walter -- http://www.ActiveDwg.com
0 Likes