Sets or returns whether or not the entity is in PaperSpace or ModelSpace. If the entity is in PaperSpace, the property is True; if the entity is in ModelSpace, the property is False.
Syntax
BooleanVariable = object.Paper
Where:
BooleanVariable is a variable (True or False) specifying whether or not the entity is in PaperSpace.
object is the applicable entity object.
Examples ...