schSetBundleDisplayMode
schSetBundleDisplayMode(d_labelId t_displayMode) =>t/ nil
Description
Takes a label Id whose display mode is to be changed and applies either a vertical or horizontal display value. This will only work when the cellview is editable.
Arguments
|
Sets the label Id display mode to be either |
Value Returned
|
Failure can occur if the Id specified is not a label or if an incorrect value is set for the display mode. |
Examples
If labId represents a wire bundle label which is being displayed horizontally, but you want to change this to vertical, then:
schSetBundleDisplayMode (labId “vertical”) => vertical
If figId represents the Id of a pin name, then:
schSetBundleDisplayMode (figId “vertical”) => nil
Return to top