geIsObjectSelected
geIsObjectSelected(d_figId[l_path] ) => t / nil
Description
Tests if the specified figure is partially or fully selected.
Arguments
|
Hierarchical path to the d_figId, in the following format: x and y are integers defining the row and column in case instId is a mosaic. |
Value Returned
|
The specified figure is neither partially nor fully selected. |
Examples
Checks to see if figId is partially or fully selected.
geIsObjectSelected(figId)
Related Topics
Return to top