axlGetRunMode
axlGetRunMode(x_hsdbt_mode) =>x_mode/ nil
Description
Returns a handle to the named run mode in the specified setup database.
Arguments
|
You can get a list of valid run mode names using the |
Value Returned
Examples
Retrieves a handle to Global Optimization run mode in the x_mainSDB setup database.
x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=>1001
axlGetRunMode( x_mainSDB "Global Optimization" )
=> 1058
Related Topics
Return to top