在完成 AutoLISP 表达式计算时触发。 支持的平台:仅窗口 言论此事件将在 AutoLISP 评估正常终止或取消 AutoLISP 评估后发生。 显示模式对话框时不会触发任何事件。 例子工 务 局: Private Sub AcadDocument_EndLisp()
' This example intercepts a drawing BeginLisp event.
'
' This event is triggered when a drawing finishes
' a the evaluation of a LISP expression.
'
' To trigger this example event: Start the evaluation of a LISP expression and
' wait for it to finish being evaluated
MsgBox "A LISP expression has just finished being evaluated!"
End Sub
Visual LISP: Not available |
|Archiver|CAD开发者社区
( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-10-29 08:50
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.