axlGetAllCornersEnabled
axlGetAllCornersEnabled(
x_mainSDB
)
=> t / nil
Description
Returns the selection status of the Corners check box in the Run Summary assistant in ADE Assembler or the Explorer Run Summary assistant in ADE Explorer.
Arguments
Value Returned
Examples
The following example displays the status of the Corners check box in the Run Summary assistant in ADE Assembler or the Explorer Run Summary assistant in ADE Explorer:
axlsession=axlGetWindowSession(hiGetCurrentWindow())
=> "session0"
x_mainSDB=axlGetMainSetupDB(axlsession)
=> 1001
axlGetAllCornersEnabled(x_mainSDB)
=> t
Related Topics
Return to top