ViewLayoutMode

cee.ViewLayoutMode

Defines the method used to determine the position and size of Views within a Viewer.

Defaults to Auto.

Index

Enumeration Members

Enumeration Members

cee.ViewLayoutMode.Absolute
Absolute: 1

The view layout is set manually by calling View.setViewport on each view. Note that a view will be invisible if no call to View.setViewport is made.

cee.ViewLayoutMode.Auto
Auto: 0

The view layout is set automatically as views are added to the viewer. The first view is positioned on the left side, and subsequent views are stacked on the right side.

Any calls to View.setViewport will throw an error while this mode is active.