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

dbIsCellViewModified

dbIsCellViewModified( 
d_cellViewId
) 
=> t / nil

Description

Checks whether the specified cellview has been modified since the last open or last save.

When all changes to a cellview have been undone using the Undo command, the dbIsCellViewModified function returns nil.

Arguments

d_cellViewId

The database cellview ID.

Value Returned

t

The cellview has been modified.

nil

The cellview has not been modified.


Return to top
 ⠀
X