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

mgDeleteAllDummyRowColumnCB

mgDeleteAllDummyRowColumnCB(
)
=> t / nil

Description

Deletes all dummy rows and columns of the Modgen when the current window is the Modgen Editing window.

Arguments

None

Value Returned

t

All dummy rows and columns are deleted from the Modgen.

nil

Dummy rows and columns could not be deleted.

Example

Deletes all dummy rows and columns in the current Modgen.

modgenid = leGetEditFigGroup()
     when(and(modgenid modgenid~>type=="modgen")
mgDeleteAllDummyRowColumnCB()
)

Return to top
 ⠀
X