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

uiCopyCellView

Previous pageReturn to chapter overviewNext page

Copy cellview to new location.

bar_dot

 

Synopsis

int uiCopyCellView( char* src_lib, char* src_cell, char* src_view, char* dst_lib, char* dst_cell, char* dst_view )

 

Return Value

Returns 1 if successful, else 0.

 

Parameters

src_lib  -  source library name

src_cell  -  source cell name

src_view  -  source view name

dst_lib  -  destination library name

dst_cell  -  destination cell name

dst_view  -  destination view name