slaRemoveCorner
slaRemoveCorner(
t_cornerSetupName
t_cornerName
)
=> t / nil
Description
Removes a corner from the corner setup in a setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
|
String value specifying the name of the corner setup within the setup library view. |
|
|
String value specifying the name of the corner to be removed. |
Value Returned
Examples
Opens a setup library view in the edit mode and removes the specified corner.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaRemoveCorner("cornerSetup1" "C0")
=> t
Related Topics
Setup Library Assistant Functions
Return to top