Setting AddText and AddMText Height

Setting AddText and AddMText Height

Anonymous
Not applicable
313 Views
1 Reply
Message 1 of 2

Setting AddText and AddMText Height

Anonymous
Not applicable
Is it possible to set the text height when using AddMtext?

Set SingleText = myDoc.ModelSpace.AddText(strClient, dblClient, 2.5)

Set MultiText = myDoc.ModelSpace.AddMText(dblTitle, 101, strTitle)
0 Likes
314 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Hi,

Not in the command to add the Mtext,
but you can assign it in the next line of code

set MyMText = Thisdrawing.modelspace.addmtext(etc)
MyMText.Height = 3

--


Laurie Comerford
CADApps
www.cadapps.com.au

"lyz77" wrote in message
news:f124481.-1@WebX.maYIadrTaRb...
> Is it possible to set the text height when using AddMtext?
> Set SingleText = myDoc.ModelSpace.AddText(strClient, dblClient, 2.5)
>
> Set MultiText = myDoc.ModelSpace.AddMText(dblTitle, 101, strTitle)
>
0 Likes