schAlign
schAlign(l_lists_justify) => t / nil
Description
Aligns the objects in the specified direction in the schematic or symbol view.
Arguments
|
Direction of alignment, such as left, right, horizontal, vertical, top, or bottom. |
Value Returned
Examples
schAlign( geGetSelSet() 'left )
schAlign( geGetSelSet() 'right )
Related Topics
Return to top