geDeselectFigs
geDeselectFigs(l_figList) =>l_list/ nil
Description
Deselects figures from a specified list of figures.
Arguments
Value Returned
|
An error occurred, the figures are not selected and the list of figures is not returned. |
Examples
geSelectAllFig()
sel = geGetSelSet()
geDeselectFigs(sel)
Related Topics
Return to top