schSetTextDisplayBBox
schSetTextDisplayBBox(
d_tdId
d_instId
)
=> t / nil
Description
Sets or updates the value of a bounding box that encloses a given textDisplay object. A text display object displays the string or value based on derived information; for example, the current value of a property. Accordingly, the software must update the bounding box that encloses the text display object when the derived string or value changes.
Arguments
Value Returned
|
Set or updated the value of a bounding box that encloses a given |
|
Examples
Sets the bounding box of the text display object as defined by tdId.
schSetTextDisplayBBox( tdId nil )
Sets the bounding box of the text display object as defined by both tdId and instId.
schSetTextDisplayBBox( tdId instId )
Return to top