slaGetCornerSetups
slaGetCornerSetups(
)
=> l_listOfCornerSetups
Description
Retrieves a list of corner setups from the 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 retrieves the specified corner setups from the view.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaGetCornerSetups()
=> ("cornerSetup1" "cornerSetup2")
Related Topics
Setup Library Assistant Functions
Return to top