Message 1 of 1
reference dimension error in 2011 SP1

Not applicable
10-01-2010
07:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
If I attempt to query a reference dimension (see 1st image below) for its text (oDim.Text.Text) my addin application errors out. If I query for it FormattedText (oDim.Text.FormattedText) it doesn't error out (see 2nd image below) but it only returns minimal formatting data and no model dimension text. The single quote marks at the beginning and end are not part of oDim.Text.FormattedText, they were added to ensure that I'm seeing the beginning and end of the string (even spaces representing potential invisible characters if any). Based on what I'm seeing in oDim.Text.FormattedText, I assume oDim.Text.Text to be a null string even though querying errors out. Can someone at Autodesk comment on this?