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

mgDeleteAllDummies

mgDeleteAllDummies(
[ d_mgID ]
)
=> t / nil

Description

Deletes all dummies from the specified Modgen.

Arguments

d_mgID

The figGroupId corresponding to the Modgen from which all dummies are to be deleted.  If not specified, the figGroupId of the Modgen that is in the Modgen edit mode in the active window is considered.

Value Returned

t

Dummies were deleted.

nil

Dummies were not deleted.

Example

Deletes all dummies from the specified Modgen.

modgenid=leGetEditFigGroup()
    when(modgenid~>type=="modgen"
    mgDeleteAllDummies() 
)

Return to top
 ⠀
X