HyperWorks Desktop

*RegisterTaskWizardFile()

Specifies the file to use as the task wizard file when you choose to set the wizard paths to those in the preference file.

*RegisterTaskWizardFile()

Specifies the file to use as the task wizard file when you choose to set the wizard paths to those in the preference file.

Previous topic Next topic No expanding text in this topic  

*RegisterTaskWizardFile()

Specifies the file to use as the task wizard file when you choose to set the wizard paths to those in the preference file.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*RegisterTaskWizardFile(lib_name, file_name)

Argument

Name

Description

 

lib_name

The library name.

 

file_name

The file that is used as the task wizard file.

Example

*BeginMdlDefaults()

*RegisterTaskWizardFile( { getenv("ALTAIR_HOME") + "/mview/mdllib/adams/task_wizard" } )

*RegisterTaskWizardFile(My Library, “C:/my_library/model_wizard")

Comments

Task Wizard file 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 *RegisterWizardLibDir() statements to specify the assembly wizard file and the library directory for the same library.

See also

 

*RegisterAssemblyWizardFile()

*RegisterMdlStdIncFile()

*RegisterWizardLibDir()

List of Preference Statements