hwIProject IsEmpty
Checks to see if the project is empty.
Syntax
hwIProject_handle IsEmpty
Application
Tcl Modify
Description
- 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
Tcl
Modify