lxGetConnRef
lxGetConnRef(
{ w_windowID | d_layCellviewID }
=> l_connref
Description
Gets the connectivity reference for the specified layout cellview or for the layout cellview opened in the specified window. The layout cellview does not need to be open in a Layout XL session for the connectivity reference to be returned.
Arguments
|
Window ID of the layout cellview for which the connectivity reference needs to be returned. |
|
|
Layout cellview ID for which the connectivity reference needs to be returned. |
Value Returned
Example
connRef = lxGetConnRef(hiGetCurrentWindow())
connRef = lxGetConnRef(geGetEditCellView())
Return to top