在图形中的对象被修改时触发。 支持的平台:仅窗口 签名工 务 局: object.ObjectModified(Entity) 言论此事件在修改操作完成后发生。 显示模式对话框时不会触发任何事件。 例子工 务 局: Private Sub AcadDocument_ObjectModified(ByVal Object As Object)
' This example intercepts a drawing ObjectModified event.
'
' This event is triggered when an object in a drawing is modified.
'
' To trigger this example event: Modify an object in any open drawing
' Use the "Object" variable to determine the type of object modified
MsgBox "A " & TypeName(Object) & " was just modified!"
End Sub
Visual LISP: Not available |
|Archiver|CAD开发者社区
( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-11-29 23:42
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.