geGetSelSetFigPoint
geGetSelSetFigPoint(d_figId) =>l_selPoints/ nil
Description
Returns a list indicating whether points are selected for an object.
The list contains Boolean values corresponding to the point list of object d_figId. Each Boolean is t if the corresponding object point is selected; otherwise, it is nil. Since instances, mosaics, labels, and dots cannot be partially selected, the list contains a single Boolean specifying whether the object is selected or not.
For rectangular objects, this function returns a list of four Boolean values corresponding to the lowerLeft, upperLeft, upperRight, and lowerRight points.
Arguments
Value Returned
|
A list containing Boolean values corresponding to the point list of object d_figId. Each Boolean is |
|
Related Topics
Return to top