Message 1 of 10
text formatting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I used below code to put line bearing in a cell of table.
lines_table.SetTextString(i + 2, 1, "%<\\AcObjProp Object(%<\\_ObjId " + line_table_items[i].Split('|')[5].Trim(new char[] { '(', ')' }) + ">%).Angle \\f \"%au5\">%");
the result is :
What changes in my code can remove spaces and replace ° instead of d in bearing value ? (like image below , probably some changes needed in green codes)
Thank You