Object Hierarchy | Related C++ Class: Layout
Inheritance
SIObject
UIObject
UIPersistable
Layout
Introduced
4.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
Properties
|
|
Examples
JScript Example
// Display the name of the active layout
var desktop = Application.Desktop;
var layout = desktop.ActiveLayout;
Application.LogMessage( layout.Name );See Also
Autodesk Softimage v7.5