slaCreateCornerSetup
slaCreateCornerSetup(
t_setupName
)
=> t / nil
Description
Creates a corner setup in the setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
|
String value specifying the name of the corner setup to be created and added to the view. |
Value Returned
Examples
Opens a setup library view in the edit mode and adds the specified corner setup to the view.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaCreateCornerSetup("cornerSetup1")
=> t
Related Topics
Setup Library Assistant Functions
Return to top