*EndTaskSelections()
Indicates the end of an analysis task's selections block.
Syntax
*EndTaskSelections()
Example
*BeginWizardSelections()
*BeginAssemblySelections()
*Selection(model_type, "Full vehicle")
*EndAssemblySelections()
*BeginTaskSelections()
*Selection(full_task, "an_brake_turn_event")
*EndTaskSelections()
*EndWizardSelections()
Context
Comments
Every *BeginTaskSelections() statement requires a closing *EndTaskSelections() statement.
Only one *EndTaskSelections() block can appear in a *BeginWizardSelections() block.
This block saves all the selections from the radio groups and system groups of the task wizard to create the model.