axlSetModelGroupName
axlSetModelGroupName(x_cornert_modelGroupName) =>x_modelGroup/ nil
Description
Sets or associates the given model group with the specified corner.
Arguments
Value Returned
Examples
Assigns a model group to the given corner.
x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
sdb_corner=axlGetCorner(x_mainSDB "C0")
=> 7109
axlSetModelGroupName(sdb_corner "mG2")
=> 7192
Related Topics
Return to top