Layout

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

CreateView

CreateViewFromDefinitionFile

IsClassOf

IsEqualTo

Properties

Application

Categories

FullName

Help

Name

NestedObjects

Origin

OriginPath

Parent

Type

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



Autodesk Softimage v7.5