cleRestoreAndOpenAutoSavedFile
cleRestoreAndOpenAutoSavedFile(t_libName t_cellName t_viewName[g_openWindow] ) =>w_windowID/d_cellviewID/ nil
Description
Restores and opens the auto-saved file for the specified Concurrent Layout cellview.
Arguments
|
Specifies whether to open a layout window. Default value is |
Value Returned
|
Window ID of the Concurrent Layout cellview that opens when g_openWindow is set to |
|
|
Database ID of the Concurrent Layout cellview that opens if g_openWindow is set to |
|
Examples
Checks if the cellview has a auto-saved file.
cleHasAutoSavedFile("designLib" "testing1" "layout_cle_p1")
=> t
Restores and open the auto-saved file.
autoSavedCV = cleRestoreAndOpenAutoSavedFile("designLib" "testing1" "layout_cle_p1")
Return to top