Everything

project.IsOpen


This property confirms whether the project has been opened.

[Specification format]

project.IsOpen

[Setting(s)]

None

[Reference]

If the project has been opened: True

If the project has not been opened: False

[Detailed description]

-

This property confirms whether the project has been opened.

[Example of use]

>>>print project.IsOpen
True
>>>