.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
AttributeR eference TextString MTextAttri bute
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
142 Views, 1 Replies
03-16-2012 03:21 PM
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.
Re: AttributeR eference TextString MTextAttri bute
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-18-2012 10:50 AM in reply to:
HJohn1
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
