Page 1 of 1

Plotting from VBA

Posted: Tue Sep 13, 2005 1:25 pm
by Lancelot
I try to plot drawing with PlotManager.Print method.
Private Sub PlotManagerExample()
Dim myDoc As DWGeditor.Document
Dim myPM As DWGeditor.PlotManager
Set myPM = ThisDocument.Application.PlotManager
myPM.Preview
myPm.Print
End Sub

Preview method work perfect, but Print method generate message "Object doesn't support this prperty or method".

How I can plot drawing with VBA?
I work with DWGEditor 2006

[This message has been edited by Lancelot (edited 09-13-2005).]

[This message has been edited by Lancelot (edited 09-13-2005).]