dbUnabutGroup
dbUnabutGroup(
d_groupID
)
=> t / nil
Description
Unabuts members of an abutment group.
Arguments
Value Returned
Examples
For an abutted layout instance inst, this function can be used in the following way to unabut all of its associated abutment groups:
foreach(_abutGroup _inst~>groupMembers~>group
dbUnabutGroup(_abutGroup)
)
Related Topics
Pcell Abutment Support Functions
Return to top