;;;TX特性方法 (Defun C:Tx (/ Ent) (Vl-Load-Com) (While (Setq Ent (Entsel)) (Vlax-Dump-Object (Vlax-Ename->Vla-Object (Car Ent)) T) ) (Princ) ) ;;;Visual LISP 接口中的大部分功能都可以在 ActiveX 和 VBA 接口中找到
;;;用此lisp可知道对象可执行的方法和特性
评论
想第一时间抢沙发么?