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