slaGetCornerSetupCorners
slaGetCornerSetupCorners(t_cornerSetupName) =>l_listOfCorners
Description
Retrieves a list of corners for a specified corner setup 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 list of corners from the view.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaGetCornerSetupCorners("cornerSetup1")
=> ("C0" "C1")
Related Topics
Setup Library Assistant Functions
Return to top