axlLoadHistory
axlLoadHistory(x_tox_from) =>x_hsdb/ nil
Description
Copies the setup database branch and returns the handle to the copy.
Arguments
Value Returned
Examples
Copies the setup database branch and returns the handle to the copy.
data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlLoadHistory( data_sdb
axlGetHistoryCheckpoint( axlGetHistoryEntry( data_sdb "data_design_verification" ) ) )
=> 1050
Related Topics
Return to top