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

leSetRefPointInactive

leSetRefPointInactive( 
d_cellViewId 
) 
=> t / nil

Description

Marks the reference point for cellview d_cellViewId as inactive. To make a reference point active again, use leSetRefPoint.

Arguments

d_cellViewId

The database ID of the cellview containing the reference point.

Value Returned

t

The reference point is inactive.

nil

The reference point is not inactive.

Example

Makes the reference point in the cellview cell2 inactive and returns t.

leSetRefPointInactive( cell2 )

Return to top
 ⠀
X