geGetPotentialSelection
geGetPotentialSelection( [w_windowId] [g_ignoreSelect] [l_point] ) => ((d_figIdl_path)g_isAllSelected[l_selArray]) / nil
Description
Returns the figure ID of the object which can be selected, hierarchical path of the figure, and indicates if the figure is fully or partially selected.
If the boolean g_ignoreSelect is set, the current selection state is ignored.
Arguments
|
Boolean which indicates if the current selection state should be ignored. |
|
Value Returned
Examples
geGetPotentialSelection(window(3) t 10:40)
Related Topics
Return to top