geDeselectObject
geDeselectObject(d_figId[l_path] ) => t / nil
Description
Deselects the specified object at the specified hierarchical path, if it passes the selection filter.
Arguments
|
Hierarchical path to d_figId, in the following format: x and y are integers defining the row and column in case instId is a mosaic. |
Value Returned
Examples
If the seventh member of instId passes the selection filter, deselects the object.
geDeselectobject( figId list((list(instId 7 0 0 )))
Related Topics
Return to top