• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

change the justification of a mtext in vlisp

  • Thread starter Thread starter Dr.Lube
  • Start date Start date

Dr.Lube

Guest
Bye!
fast question, unfortunately I did not find anything on the net. .

I should change the justification of a mtext from "high left" to "centered".

I can't find what I need.
Code:
(vlax-dump-object obj)
; iacadmtext: interfaccia autocad mtext (testom)
; valori della proprietà:
;   application (ro) = #<vla-object 000000013fc59110="" iacadapplication="">
;   attachmentpoint = 1
;   backgroundfill = 0
;   document (ro) = #<vla-object 000000002894fef8="" iacaddocument="">
;   drawingdirection = 5
;   entitytransparency = "dalayer"
;   handle (ro) = "25ace"
;   hasextensiondictionary (ro) = 0
;   height = 0.1
;   hyperlinks (ro) = #<vla-object 000000002f75e858="" iacadhyperlinks="">
;   insertionpoint = (1.2 0.0 0.0)
;   layer = "cb_punz_f25"
;   linespacingdistance = 0.166667
;   linespacingfactor = 1.0
;   linespacingstyle = 1
;   linetype = "bylayer"
;   linetypescale = 1.0
;   lineweight = 100
;   material = "bylayer"
;   normal = (0.0 0.0 1.0)
;   objectid (ro) = 42
;   objectname (ro) = "acdbmtext"
;   ownerid (ro) = 43
;   plotstylename = "bylayer"
;   rotation = 0.0
;   stylename = "standard"
;   textstring = "spille\nnr° 36 %%c25"
;   truecolor = #<vla-object 000000002f75e730="" iacadaccmcolor="">
;   visible = -1
;   width = 1.0</vla-object></vla-object></vla-object></vla-object>
(vlax-put-property ob 'justification "centered")Thank you.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top