Sets or returns if the entity is closed.
Syntax
BooleanVariable = object.Closed
Where:
BooleanVariable specifies whether the object is closed (True) or not (False).
object is the entity object for which you set or return the Closed property.
Examples ...