maeDeleteCorner
maeDeleteCorner(t_cornerName[?sessiont_sessionName] ) => t/ nil
Description
Deletes the specified corner from the setup database.
You cannot delete the nominal corner using this function.
Arguments
|
If not specified, the corner is deleted from the current session. |
||
Value Returned
Examples
Deletes the corner C1 from the maestro cellview.
sess= maeOpenSetup("solutions" "ampTest" "maestro")
=> "session0"
maeDeleteCorner("C1")
=> t
maeSaveSetup()
Return to top