Message 1 of 6
Multiply Text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I want to create a two-line text ( DBtext) when I click on a point. (I'm stuck in the code I indicated in red...)
the space between the two; As far as font height...
How can I do that ?
Thank you in advance for the help.
acText.SetDatabaseDefaults();
acText.Position = pointRes.Value;
acText.Height = YaziYuks;
acText.TextString = TxtVeri + "\n\n" + Txtveri2;
acBlkTblRec.AppendEntity(acText);
tr.AddNewlyCreatedDBObject(acText, true);
tr.Commit();
ed.WriteMessage("\n......OK!\n");