bijoyvm Posted October 14, 2010 Posted October 14, 2010 can I get a lisp for create Mtext background fill... Quote
lpseifert Posted October 14, 2010 Posted October 14, 2010 You can get some help if you want to write one... Here's a hint to get you started (vlax-put-property obj 'BackgroundFill :vlax-true) Quote
bijoyvm Posted October 17, 2010 Author Posted October 17, 2010 hi thanks for ur help I tryed this one but im getting an error like this (; error: bad argument type: VLA-OBJECT () Actually Im trying to make cordinate lisp..I need to put text mask on my leader mtext my command is like this (command "leader" PNT1 PTXT "" (strcat "Sta. " txt) (strcat "Elev. " STDY) "") after this I need to give text mask on this mtext thanks bijoy.v.m Quote
Lee Mac Posted October 17, 2010 Posted October 17, 2010 The 'obj' as referenced in lpseifert's post needs to be a VLA-Object; you can convert an entity to such an object using (vlax-ename->vla-object <entity>) I would advise you to look up vlax-put-property in the VLIDE Help Docs. 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.