geIsObjectPartiallySelected
geIsObjectPartiallySelected(d_figId[l_path] ) => t / nil
Description
Tests if the specified figure is partially 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
Examples
Checks to see if figId is partially selected.
geIsObjectPartiallySelected(figId)
Related Topics
Return to top