destroy_constraint_group
destroy_constraint_group
-name s_groupName
[-db {tech | design}]
Description
Destroys the given constraint group and removes it from any object that references it.
Arguments
|
Specifies the type of database for the constraint group. Default: First design database and then technology database is searched. |
||
Value Returned
|
The named constraint group does not exist or some other error occurred. |
Examples
Destroys the extensions constraint group of type design if it exists; else destroys from technology database.
destroy_constraint_group -name extensions
Related Topics
Return to top