Indicates the end of a custom wizards block.
*EndCustomWizards()Indicates the end of a custom wizards block. |
|||||
*EndCustomWizards()Indicates the end of a custom wizards block. |
Syntax |
*EndCustomWizards() |
Example |
*BeginCustomWizards() *RegisterCustomWizard(tool1, "Translator Wizard", "translator.mdl") *EndCustomWizards() |
Application |
MotionView, HyperView, and HyperGraph. |
Comments |
Every *BeginCustomWizards() statement requires a closing *EndCustomWizards() statement. |
See also |
|