autoCopyTemplateCellViewList
layout autoCopyTemplateCellViewList string "any_cellview"
Description
Copies the WSP and row region templates from the specified cellview to the new cellview being opened in the layout window. The copy operation is not performed when opening an existing layout or creating the cellview using database SKILL functions.
The default is nil. In the example below, when you open a new cellview, the WSPs and row region specifications from lib1:cell1:layout will be copied to the cellview being created.
GUI Equivalent
Examples
envGetVal("layout" "autoCopyTemplateCellViewList")
envSetVal("layout" "autoCopyTemplateCellViewList" 'string "(lib1 cell1 layout)")
Related Topics
Return to top