axlGetModelGroups
axlGetModelGroups(x_mainSDB) =>l_modelGroups/ nil
Description
Returns a list of the model group names in a given setup database.
Arguments
Value Returned
|
The list of model group names in the setup database is returned. |
||
Examples
Returns a list of model groups in the current setup database.
x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
axlGetModelGroups(x_mainSDB)
=>(5712 ("mG1" "mG2"))
Related Topics
Return to top