Display the viewport, or hide it.
Syntax
object.Display(Status)
Where:
object is the name of the viewport;
Status is a Boolean variable specifying whether to display (True) or hide (False) the viewport.
Examples ...
Display method example