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

leSetRefPoint

leSetRefPoint( 
d_cellViewId 
l_point 
) 
=> t / nil

Description

Sets the reference point of cellview d_cellViewId to the point l_point. The reference point is set to be active if it was inactive.

Arguments

d_cellViewId

The database ID of the cellview containing the reference point.

l_point

Coordinate specified as the reference point.

Value Returned

t

The reference point is set.

nil

The reference point is not set and the software generates a warning message.

Example

Locates the reference point of the cellview cell2 at the coordinate 25:25 and returns t.

leSetRefPoint( cell2 25:25 )


Return to top
 ⠀
X