CAD开发者社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

ActiveX 开发指南

相关分类

EndLISP Event (ActiveX)

2023-1-2 23:57| 发布者: admin| 查看: 233| 评论: 0|来自: AutoCAD

摘要: 在完成 AutoLISP 表达式计算时触发。

在完成 AutoLISP 表达式计算时触发。

支持的平台:仅窗口

签名

工 务 局:

object.EndLISP()
对象

类型:应用程序文档

计算结果为有效容器对象的对象表达式。在这种情况下,唯一有效的容器是应用程序和文档。

言论

此事件将在 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

路过

雷人

握手

鲜花

鸡蛋

最新评论

QQ|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1 )

GMT+8, 2024-5-11 21:28

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部