RootTransform

Description:              This function returns the object value that contains the root transform applied to the given module.

Returns:                    Object

Usage:                       Script or Steady State

Format:                      RootTransform(Object)

Parameters:             Object   { Object }  { required }  { no default: }

                                      Any expression which returns an object value. This is the object value for which the root transform is being sought.

Comments:               The return value may be the same as Object if Object contains the transform.

Example:

transMod = RootTransform(Self());

See Also:

GUITransform | Untransform