Add Text Before Dimension

Add Text Before Dimension

Anonymous
Not applicable
326 Views
1 Reply
Message 1 of 2

Add Text Before Dimension

Anonymous
Not applicable

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..

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

Anonymous
Not applicable

Never mind.... I figured it out....

 

        oLinDim(3).Text.FormattedText = dblNumOfHolesCalc(1) &" SPC'S AT" & vbCrLf & "5 = " & "<DimensionValue/>"

0 Likes