cliIsCVType
cliIsCVType(
t_libName
t_cellName
t_viewName
)
=> t / nil
Description
Checks whether the cellview specified by library, cell, and view is a Concurrent Layout cellview. A Concurrent Layout cellview can be a top cellview initialized for Concurrent Layout editing, a Concurrent Layout design partition view, or a Concurrent Layout scratch cellview.
Arguments
Value Returned
Examples
Confirms that the cellview with library myLib, cell myCell, and view myView is a Concurrent Layout cellview.
cliIsCVType("myLib" "myCell" "myView")
=>t
Return to top