axlGetTopLevel
axlGetTopLevel(x_element) =>x_hsdb/g_errorOrZero
Description
Returns the handle to the setup database containing the specified element.
Arguments
Value Returned
|
The handle to the setup database containing the specified element is returned. |
||
|
Error message if input argument is invalid or zero for otherwise unsuccessful operation. |
||
Examples
Returns the handle to the setup database containing the specified element.
data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlGetTopLevel( axlGetHistoryEntry( data_sdb "data_design_verification" ) )
1004
Related Topics
Return to top