axlLoadCorners
axlLoadCorners(x_mainSDBt_SDBfileName) =>x_cornersHandle/ 0
Description
Loads a set of corners from the specified XML file in which the corners were saved earlier.
This function removes all the existing corners from the setup before creating the corners loaded from the specified setup database (XML) file.
Arguments
|
Path to the setup database file from which corner details are to be loaded. |
Value Returned
|
A set of corners were loaded from the specified XML file. |
|
|
|
Examples
The following example loads the corners from the co.sdb file into the current session.
session = axlGetWindowSession()
=>"session0"
x_mainSDB=axlGetMainSetupDB( session
=>1001
axlLoadCorners(x_mainSDB "/home/user1/co.sdb")
1003
Related Topics
Return to top