axlSaveSetupToLib
axlSaveSetupToLib(
x_hsdb
t_libName
t_cellName
t_viewName
)
=> t / nil
Description
Saves the setup database to the specified lib/cell/view.
Arguments
Value Returned
Examples
Saves the setup database to the specified location.
axlSaveSetupToLib( 1001 "lib" "cell" "view" )
=> t
Return to top