schHiCreateInstBox
schHiCreateInstBox(
[ ?autoBox g_autoBox ]
)
=> t
Description
Creates an instance box for the symbol you are editing. An instance box defines a rectangular region in which an instance of a symbol is selectable. Usable only when editing symbols.
If you specify g_autoBox, the editor creates an instance box. Otherwise, you are prompted to type a rectangle to represent the instance box.
Arguments
|
Specifies whether the instance box is created automatically ( |
Value Returned
Examples
Calculates the size of the rectangle to represent the instance box by determining the centers of all symbol pins, device shapes, and device labels.
schHiCreateInstBox( ?autoBox t )
Return to top