geGetBackgroundCellView
geGetBackgroundCellView( [w_windowId] ) =>l_cellViewId/l_transform
Description
Returns the cellview used for the background cellview.
Arguments
Value Returned
|
List containing the cellview ID and the transform used for the background. |
Examples
Returns the cellview used for the background cellview.
win = hiGetCurrentWindow()
geGetBackgroundCellView(win)
(db:0x18b9d39a
((-25.0 -25.0) "R0") 1.0
)
Related Topics
Background Cellview Functions
Return to top