ja, via ActivX...
(vl-load-com) nicht vergessen !!
(defun DT:PROFILE-IMPORT ( PROFILNAME DATEINAME)
(not
(vl-catch-all-error-p
(vl-catch-all-apply
'vla-ImportProfile
(list
(vla-get-profiles
(vla-get-preferences
(vlax-get-Acad-Object)
)
)
PROFILNAME
DATEINAME
:vlax-false
)
)
)
)
)
Siehe F1->Axtivex and VBA-Referenz
------------------
- Thomas -
[Diese Nachricht wurde von CADmium am 29. Jul. 2004 editiert.]
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP