get plot file name ?

Discussion in 'AutoCAD' started by Mal, Jun 26, 2003.

  1. Mal

    Mal Guest

     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
     
    Mal, Jun 26, 2003
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.