hwISession IsClientLoaded
Indicates whether or not the specified client type is available in the current session.
Syntax
hwISession_handle IsClientLoaded client_name
Application
HyperWorks Tcl Query
Description
Returns true if the requested client is loaded; false otherwise.
Inputs
- client_name
- The name of the client for which you are querying.
Example
hwi GetSessionHandle mySessionName
mySessionName IsClientLoaded Plot
Errors
None.