*RegisterWizardLibDir()
Specifies which directory will contain the wizard library files when you choose to set the wizard paths to those in the preference file.
Syntax
*RegisterWizardLibDir (lib_name, dir_name)
Inputs
- lib_name
- The library name.
- dir_name
- The directory that contains the wizard library files.
Example
*BeginMdlDefaults()
*RegisterWizardLibDir( { getenv("ALTAIR_HOME") + "/mview/mdllib/adams" } )
*RegisterWizardLibDir(My Library, “C:/my_library/model_wizard")
Comments
Wizard Library directory for more than one library can be specified by using this statement multiple times with a different lib_name.
Make sure that the same lib_name is used in corresponding *RegisterAssemblyWizardFile() and *RegisterTaskWizardFile() statements to specify the Assembly Wizard file and the Task Wizard file for the same library.