get plot file name ?

get plot file name ?

Anonymous
Not applicable
145 Views
0 Replies
Message 1 of 1

get plot file name ?

Anonymous
Not applicable
AutoCAD 2000i
How can I get the plot file name after the plot has completed. ?
I would prefer use the plot dialog for entering the file name rather than
result = ThisDrawing.Plot.PlotToFile(plotFileName)


Private Sub AcadDocument_EndPlot(ByVal DrawingName As String)
strName = plot.filename?????????????????
MsgBox "A drawing has just finished a plot request!"
msgbox "file name is " & strName
End Sub
0 Likes
146 Views
0 Replies
Replies (0)