hwIProject IsEmpty

Checks to see if the project is empty.

Syntax

hwIProject_handle IsEmpty

Application

HyperWorks Tcl Modify

Description

This command checks whether the project is empty.
true
If the project is empty.
false
If the project has content.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj IsEmpty

Error

Success (true or false) or an error message is returned.

Keywords

HyperWorks

Tcl

Modify