axlGetMainSetupDB
axlGetMainSetupDB(t_session) =>x_mainSDB/ nil
Description
Returns a handle to the working setup database of the named session.
Arguments
Value Returned
Examples
Returns a handle to the setup database associated with the current session:
session = axlGetWindowSession()
=> 1001
axlGetMainSetupDB( session )
=> 1002
Using this handle to the database, you can now work with various objects of this database. For example, you can create or modify a test, change the values of variables, or create or modify corners.
Return to top