eco_destroy_instance
eco_destroy_instance -eco_controld_ecoObj{ -name {s_instName…} | -objectd_instObj| -setd_setObj} [ -no_repaint ]
Description
Removes an instance and all routes incident to it.
Arguments
|
Specifies the command sequence ECO control that was assigned by the originating command. This command is processed immediately but results are not saved until eco_commit is issued. |
||
|
Prevents the artwork from being updated when this command is run. |
||
Examples
The following command removes an instance I2.
eco_destroy_instance -eco_control $eco -name I2
Related Topics
Return to top