Message 1 of 2
Add Text Before Dimension

Not applicable
09-21-2011
08:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How do you add text before a dimension in the idw environment? For example, I have a dimension that shows 40".... I want to add text before it to say something like.... " 8 Spaces at 5" = 40" ".... The 40 would be the default dimension value, everything else I want to add to the dimension... I have added tons of text information behind default dimension values, this is the first time I need to add the text before the value and cannot figure out how to get it to work...
Example:
oLinDim(3).Text.FormattedText = "8" &" SPC'S AT" & vbCrLf & "5 = "
this adds text after the default value of 40...
I would appreciate any help...
Thanks..