Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leGetRefPoint

leGetRefPoint( 
d_cellViewId 
) 
=> l_point / nil

Description

Returns the reference point of cellview d_cellViewId. The reference point must be active.

Arguments

d_cellViewId

The database ID of the cellview containing the reference point.

Value Returned

l_point

Returns the reference point.

nil

Does not return the reference point.

Example

Returns the coordinates of the reference point in the cellview cell2.

leGetRefPoint( cell2 )


Return to top
 ⠀
X