EndSave 事件 (ActiveX)
在AutoCAD完成图形保存时触发。 支持的平台:仅限 Windows 签名VBA: object.EndSave(Filename)
例子VBA: Private Sub AcadDocument_EndSave(ByVal FileName As String)
' This example intercepts a drawing EndSave event.
'
' This event is triggered when a drawing finishes a save request.
'
' To trigger this example event: Save an open drawing and wait for the save to complete
' Use the "FileName" variable to determine where the drawing file was saved
MsgBox "A drawing has just been saved to: " & FileName
End Sub
可视化 LISP: Not available |
|Archiver|CAD开发者社区
( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-10-29 22:52
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.