hwISession IsStandalone

Checks if the application is running in standalone mode.

Syntax

hwISession_handle IsStandalone

Application

HyperWorks Tcl Query

Description

This command checks if the application is running in standalone mode. This indicates that a limited client, such as HyperView Player, is being run, not the fully enabled HyperWorks Desktop.

Example

hwi GetSessionHandle sess;
sess IsStandalone;

Error

Returns success (a true or false value) or an error code.

Keywords

HyperWorks

Tcl

Query