Navigation:  C/C++ Scripting Engine > User Interface Functions >

uiAddInstance

Previous pageReturn to chapter overviewNext page

Adds an Instance into the active cell. An instance represents the inclusion of one cell as a part of another.

bar_dot

 

Synopsis

int uiAddInstance( char* library, char* cell, dbPoint* pt, int orient )

 

Return Value

Returns 1 if successful, else 0.

 

Parameters

library  -  library name

cell  -  cell name

pt  -  insert point

orient - the orientation value to use (default: dbcR0).  For more information on the orient values see: Orientation Values