这直接来自帮助屏幕:
- Private Sub AcadDocument_BeginPlot(ByVal DrawingName As String)
- ' This example intercepts a drawing BeginPlot event.
- '
- ' This event is triggered when a drawing receives a plot request.
- '
- ' To trigger this example event: Plot an open drawing
- ' Use the "DrawingName" variable to determine which drawing is about to plot
- MsgBox "A drawing has just received a request to plot for: " & DrawingName
- End Sub
我在事件中复制并粘贴了代码,但仍然一无所获 
为什么??? |