Message 1 of 1
get plot file name ?

Not applicable
06-26-2003
01:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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
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