cliGetCellViewOrigCellName
cliGetCellViewOrigCellName(d_cellViewID) =>t_cellName/ nil
Description
Returns the cell name of the specified Concurrent Layout cellview.
Arguments
Value Returned
Examples
Returns the cell name of the opened test/demo/layout_cle_p1 cellview.
cleWin = deOpenCellView("test" "demo" "layout_cle_p1" "maskLayout" list(list(0 0) list(500 600)) "a")
cliGetCellViewOrigCellName(geGetEditCellView(cleWin))
=> "demo"
Return to top