*EndCustomWizards()

Indicates the end of a custom wizards block.

Syntax

*EndCustomWizards()

Application

MotionView, HyperView, and HyperGraph.

Example

*BeginCustomWizards()
   *RegisterCustomWizard(tool1, "Translator Wizard",
                                "translator.mdl")
*EndCustomWizards()

Comments

Every *BeginCustomWizards() statement requires a closing *EndCustomWizards() statement.