BeginPlot 事件 (ActiveX) 
在AutoCAD收到打印图形的请求后立即触发。 支持的平台:仅限 Windows 签名VBA: object.BeginPlot(DrawingName) 言论显示模式对话框时不会触发任何事件。 例子VBA: 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
可视化 LISP: Not available  | 
|Archiver|CAD开发者社区
( 苏ICP备2022047690号-1   苏公网安备32011402011833)
GMT+8, 2025-11-4 19:22
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.