vba加载工程?
(defun C:SETPROFILE (/ TMP)<BR> (setq TMP (vla-get-profiles<BR> (vla-get-preferences (vlax-get-acad-object))<BR> )<BR> )<BR> (if (not (= "<<Unnamed Profile>>" (strcase (vla-get-activeprofile TMP))))<BR> (vla-put-activeprofile TMP "<<Unnamed Profile>>")<BR> (vla-put-activeprofile TMP "OtherProfile")<BR> )<BR> (princ)<BR>)<BR>VBA能实现向上面的vlisp的功能吗?能,怎么实现?请高手指教! http://www.vba.cn/object/acad2004/idh_preferences_object.htm 好的,谢谢飞狐兄!
页:
[1]