geGetSelSet
geGetSelSet(
[ w_windowId ]
[ d_cellViewId ]
)
=> l_selectedSet / nil
Description
Returns a list of the currently selected objects in a window or cellview.
If nothing is specified, the edit cellview of the current window is used. If a window is specified,
its edit cellview is used.
Arguments
w_windowId -Window ID of the window to use.
d_cellViewId -The cellview ID.
Value Returned
l_selectedSet A list of the selected objects.
nil The function failed.
Example
geGetSelSet()
Returns a list of selected objects in the edit cellview of the current window.
Thursday, October 2, 2008
Cadence skill code - geGetSelSet()
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment