Desktop

Object Hierarchy | Related C++ Class: Desktop

Inheritance

SIObject
   Desktop

Introduced

4.0

Description

This object provides the services for creating and accessing UI objects in Softimage.

Methods

IsClassOf

IsEqualTo

RedrawUI

Properties

ActiveLayout

Application

Categories

FullName

Help

Layouts

Name

NestedObjects

Origin

OriginPath

Parent

Type

Examples

JScript Example

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

See Also

XSIApplication.Desktop



Autodesk Softimage v7.5