hwISession GetPreferenceManagerHandle
Gets the preference manager handle.
Syntax
hwISession_handle GetPreferenceManagerHandle prefMgr
Application
HyperWorks Tcl Query
Description
This command gets the preference manager handle.
Inputs
- prefMgr
- The name of the the preference manager handle.
Example
hwi GetSessionHandle sess;
sess GetPreferenceManagerHandle pref;
Error
Returns success (0) or an error code.
Keywords
HyperWorks
Tcl
Query