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