CubeGroupCubeListUpdate

The CubeGroupCubeListUpdate verb reorders the PowerCubes in a PowerCubeGroup object.

The user interface equivalent is to drag PowerCubes into the appropriate cube group.

The syntax is as follows:

CubeGroupCubeListUpdateCubeGroup objCubeGroup [StartList objCubeGroups EndList]

Argument

Description

CubeGroupCubeListUpdate CubeGroup objCubeGroup

Specifies the cube group. objCubeGroup can be the object name, object identifier, or both.

StartList objCubeGroupCubes

Specifies the cube group cubes in the desired order. Each cube can be identified by object name or object identifier. If no cubes are specified, nothing happens. If some of the cubes are specified, they move to the top of the list.

Example

This example places the cubes GO Sport Line and Outdoor Products at the top of the list of cubes in cubegroup1.

CubeGroupCubeListUpdate CubeGroup "cubegroup1" StartList "GO Sport Line"
"Outdoor Products" EndList