*EndWizardSelections()
Indicates the end of a wizard selections block.
Syntax
*EndWizardSelections()Example
*BeginWizardSelections()
 *BeginAssemblySelections()
 *Selection(model_type, "Full vehicle")
 *Selection(drive_type, "Front wheel drive")
 *Selection(sys_body, "Body")
 *Selection(sys_frnt_sub, "Frnt subframe")
 
 
 *Selection(sys_driveline, 
 "Independent fwd")
 *EndAssemblySelections()
 *BeginTaskSelections()
 *Selection(full_task, "an_brake_turn_event")
 *EndTaskSelections()
*EndWizardSelections()Comments
Every *BeginWizardSelections() statement requires a closing *EndWizardSelections() statement.
Each model can have only one *BeginWizardSelections() block.
This block saves all the selections from the assembly and task wizards to create the corresponding model.