EndLISP 事件 (ActiveX)
在完成计算 AutoLISP 表达式时触发。 支持的平台:仅限 Windows 言论此事件将在 AutoLISP 评估正常终止或取消 AutoLISP 评估后发生。 显示模式对话框时不会触发任何事件。 例子VBA: 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 可视化 LISP: Not available |
|Archiver|CAD开发者社区
( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-3-14 05:52
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.