Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlLoadCorners

axlLoadCorners( 
x_mainSDB 
t_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

x_mainSDB

Setup database handle.

t_SDBfileName

Path to the setup database file from which corner details are to be loaded.

Value Returned

x_cornersHandle

A set of corners were loaded from the specified XML file.

0

The command was unsuccessful.

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
 ⠀
X