hwIPreferenceManager ClearDefaultPreferenceFile
Clears the default preference file.
Syntax
hwIPreferenceManager_handle ClearDefaultPreferenceFile
Application
HyperWorks Tcl
Description
This command clears the default preference file (the current preference file). Once the file has been cleared, the system preference file (HyperWorks) is automatically selected as the default preference file.
Example
hwi GetSessionHandle sess;
sess GetPreferenceManagerHandle pref;
pref ClearDefaultPreferenceFile;
Error
Success (0) or an error message is returned.
Keywords
HyperWorks
Tcl
Preference Manager