Mleader ;;; vla-put-???
I'm looking for the VLA-PUT-command to set an mleader style to current. I know it's possible with command-line, but I would rather use vla, seeing as the rest of the mleader creation is using vlax-put-property.Thanks,
Lee (setvar 'CMLEADERSTYLE )
Or, if you really (and unnecessarily) wanted to use VL:
(vla-setvariable (vla-get-activedocument (vlax-get-acad-object)) "CMLEADERSTYLE" (vlax-make-variant "YourStyleHere" vlax-vbstring)) Thanks Lee. I dunno why I didn't think of the SetVar, it serves my purpose perfectly.
Thanks! You're welcome!
页:
[1]