slaRemoveCornerSetup
slaRemoveCornerSetup(
t_cornerSetupName
)
=> t / nil
Description
Removes a corner setup from a setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
Value Returned
Examples
Opens a setup library view in the edit mode and removes the specified corner setup.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaRemoveCornerSetup("cornerSetup1")
=> t
Related Topics
Setup Library Assistant Functions
Return to top