hkncdrc Posted June 3, 2016 Posted June 3, 2016 (edited) Hi, Masters lisp is not working correctly? ; error: too few arguments help please (defun c:123 (All-Layouts-Ctb-Change)(vlax-map-collection (vla-get-Layouts (vla-get-ActiveDocument (vlax-get-acad-object)) ) '(lambda(x)(vla-put-StyleSheet x "RC_EL-CTB_Color.ctb")) ) ) (princ) Edited June 3, 2016 by hkncdrc Quote
hkncdrc Posted June 3, 2016 Author Posted June 3, 2016 (defun c:123 (/) ( ....... Hi Tharwat, Working... Thank You very much Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.