Indicates the beginning of a custom wizard block.
*BeginCustomWizards()Indicates the beginning of a custom wizard block. |
|||||
*BeginCustomWizards()Indicates the beginning of a custom wizard block. |
Syntax |
*BeginCustomWizards() |
Example |
*BeginCustomWizards() *RegisterCustomWizard(tool1, "Translator Wizard", "translator.mdl") *EndCustomWizards() |
Application |
MotionView, HyperView, and HyperGraph. |
Comments |
The *BeginCustomWizards() block specifies the custom wizards to be registered in a session. Registered custom wizards can be accessed from the Tools menu or assigned to a user-defined menu. Every *BeginCustomWizards() statement requires a closing *EndCustomWizards()statement. |
See also |
|