hwIProject IsDirty

Checks to see if the session has unsaved data.

Syntax

hwIProject_handle IsDirty

Application

HyperWorks Tcl Modify

Description

This command checks whether the session contains unsaved data. If the project has unsaved data, then true is returned. If the data has been saved, then false is returned.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj IsDirty

Error

Success (true or false value) or an error message is return.

Keywords

HyperWorks

Tcl

Modify