axlGetModelGroup
axlGetModelGroup(x_mainSDBt_modelGroupName) =>x_modelGroup/ nil
Description
Returns a handle to the specified model group in the setup database.
Arguments
Value Returned
Examples
Returns a handle to the model group mG1 in the current setup database.
x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
modelGrp=axlGetModelGroup(x_mainSDB "mG1")
=> 1311
The axlGetModel function works only with the corner handle whereas the axlGetModelGroup works with setup database or checkpoint handle.
Related Topics
Return to top