mgDeleteAllDummies
mgDeleteAllDummies([d_mgID])=> t / nil
Description
Deletes all dummies from the specified Modgen.
Arguments
|
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
Example
Deletes all dummies from the specified Modgen.
modgenid=leGetEditFigGroup() when(modgenid~>type=="modgen" mgDeleteAllDummies()
)
Return to top