axlPutModelGroup
axlPutModelGroup(x_mainSDBt_modelGroupName) =>x_modelGroup/ nil
Description
Adds a model group to the setup database or returns the handle to the model group if it already exists.
Arguments
|
Handle to the setup database or checkpoint history. |
||
Value Returned
Examples
Adds a model group mG1 to the current setup database.
x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
axlPutModelGroup(x_mainSDB "FF")
=> 1435
Related topics
Return to top