Create Layout


Category: Layouts   
Command: layout.create   
Description   

Create a new layout.

  
Parameters   

title

Layout title.

x

Horizontal position of the layout's window.

y

Vertical position of the layout's window.

width

Width of the layout's window.

height

Height of the layout's window.

minSizeX

Minimum width of the layout's window.

minSizeY

Minimum height of the layout's window.

maxSizeX

Maximum width of the layout's window.

maxSizeY

Maximum height of the layout's window.

persistent

Toggles peristent state.

  
Example Code   

None

  
Remarks   

None

  
Queryable? Unknown