get_cell_view_id
get_cell_view_id
[ -window_id i_windowID ]
Description
Returns the OpenAccess (OA) identifier for the cellview in the active window or the specified window.
Arguments
|
Specifies the window to use. If this is not specified, the active window is used. |
Value Returned
Examples
The following example stores the OA identifier for the cellview in the active window in the Tcl variable myView.
set myView [get_cell_view_id]
Related Topics
Return to top