Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

Microstation CE Update 16 C# : Set Text Table Width

$
0
0

We are working to set the desired width of the TextTable as below, but nothing is happening.



ModelInfo minfo = Session.Instance.GetActiveDgnModel().GetModelInfo();
double scale = minfo.UorPerMaster;

TextTable table = new TextTable(<Parameters>);
table.Width = scale * ("width required on model");

TextTableElement ttelement = new TextTableElement(table);
ttelement.AddToModel();

Where I am missing the requirement for it

Regards,

Varsha


Viewing all articles
Browse latest Browse all 7260

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>