schGetBundleDisplayMode
schGetBundleDisplayMode(d_labelId) =>vertical/ horizontal / nil
Description
Takes a label Id and returns its display mode. This only works for label type objects. If the specified object Id is not a label object, then the API will return nil. This will only work when the cellview is editable.
Arguments
|
Label Id whose bundle display mode value, horizontal or vertical, is to be obtained. |
Value Returned
Examples
If labId represents a wire bundle label, which is being displayed vertically, then:
schGetBundleDisplayMode (labId) => “vertical”
If figId represents the Id of a pin name, then:
schGetBundleDisplayMode (figId) => nil
Return to top