Object Hierarchy | Related C++ Class: Desktop
Desktop
v4.0
This object provides the services for creating and accessing UI objects in Softimage.
ActiveLayout | Application | Categories | FullName |
Help | Layouts | Name | NestedObjects |
Origin | OriginPath | Parent | Type |
// Display the name of the active layout var desktop = Application.Desktop; var layout = desktop.ActiveLayout; Application.LogMessage( layout.Name ); |