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

geCellViewToDlist

geCellViewToDlist( 
d_cellview 
)
=> l_dlist / nil 

Description

Returns a display list of all the objects in a cellview.

The display list contains a display function for each object in d_cellview and in all instances contained within its hierarchy.

Arguments

d_cellview

Database ID of the cellview whose contents are to be represented as a list.

Value Returned

l_dlist

Returns a list representing the contents of d_cellview.

nil

Returns nil if the cellview contains no objects.

Examples

Returns a list made from the objects in the cellview being edited in window(2).
geCellViewToDlist( window(2)—>editCellView )

Related Topics

Icon Creation and Loading Functions

geLoadIcon

geSaveIcon


Return to top
 ⠀
X