Layout

Object Hierarchy | Related C++ Class: Layout

Inheritance

SIObject

UIObject

UIPersistable

Layout

Introduced

v4.0

Description

The Layout object represents an instance of a screen layout in Softimage and gives access to the views attached to that layout. Layout is read-only and cannot be edited or created with the SDK.

Methods

CreateView CreateView2 CreateViewFromDefinitionFile CreateViewFromDefinitionFile2
FindView FindView2 IsClassOf operator IsEqualTo operator

Properties

Application Categories FullName operator Help
Name operator NestedObjects Origin OriginPath
Parent Type operator Views  
       

Examples

JScript Example

// Display the name of the active layout
var desktop = Application.Desktop;
var layout = desktop.ActiveLayout;
Application.LogMessage( layout.Name );

See Also

Desktop.ActiveLayout