Examples
Returns the handle to the parent of the specified setup database element.
data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlGetElementParent( axlGetHistoryEntry( data_sdb "data_design_verification" ) )
=> 1004
Related Topics
Return to top