leCopyTemplatesToCellView
leCopyTemplatesToCellView(
d_cellViewId
)
=> t / nil
Description
Copies the row region templates and WSPDefs from the source cellview specified with the environment variable autoCopyTemplateCellViewList to the cellview specified in this function. If the cellview has existing templates, the new templates from the source cellview are not copied.
Arguments
|
The database ID of the cellview to which the row region templates and WSPDefs are to be copied. |
Value Returned
Example
envSetVal("layout" "autoCopyTemplateCellViewList" 'string "(sourceLibName sourceDesignName layout)")
cvId = geGetEditCellView()
Cellview where templates are to be copied.
leCopyTemplatesToCellView(cvId)
Return to top