Message 1 of 3
Getting "Plotting" Number of Copies

Not applicable
03-08-2001
12:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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
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