Applies To | |||
Product(s): | MICROSTATION | ||
Version(s): | 08.01.02.15 | ||
Environment: | N\A | ||
Area: | Dimensions | ||
Subarea: | Dim Styles | ||
Original Author: | Bentley Technical Support Group | ||
Place note leader is underlining the text.
When generating a leader with the Place Note tool, it underlines the text instead of putting it to the left of the first word.
You can use the following key-in to adjust the location:
mdl load calculat; calculator mdlDimStyle_setIntegerProp (dgnDimStyle_getActiveFromModelRef (0), VALUE, 107)
where VALUE = 0 - Horizontal Leader will point to the first line of text (Microstation default)
VALUE = 1 - Horizontal Leader will point to the justification point (Autocad default)
VALUE = 2 - Horizontal Leader will become underline
Substitute the # for VALUE in the keyin. This is a dimension setting, so you need to save the active dimension style for the change to stick. If not, once you close the file it will revert back to the way it was set.