AttributeReference TextString MTextAttribute

AttributeReference TextString MTextAttribute

HJohn1
Advocate Advocate
684 Views
1 Reply
Message 1 of 2

AttributeReference TextString MTextAttribute

HJohn1
Advocate
Advocate

I am using MTextAttributes to store imperial lengths in the drawing, feet inches and fractions (stacked).  When I read back the TextString property which, is the MtextAttribute.Contents parsed, I am having problems because the parser does not add a space between the inch and the fraction.  So, is there any setting that could be used to tell the parser to add the space between the inch and the fraction?  I will really appreciate any help.

0 Likes
685 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

hi, check setting for systemvariable UNITMODE which "controls the display format for units", if it's 1, set to 0. (default is 0 though, worth a try, maybe?) felix

0 Likes