Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

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

d_figId

Database ID of the object you want to select.

Value Returned

l_selPoints

A list containing 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.

nil

No objects are selected.

Related Topics

Selection Functions


Return to top
 ⠀
X