ThreeDModel.MoveGroup(String, StringArray) Method

Top 

Description

Moves a set of groups from their current location to the specified parent.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

ThreeDModel.MoveGroup(

String parentGroupName,


StringArray groupsToMove)

 

 

Arguments

parentGroupName


Description:

Full name of the destination parent group.

 

 

groupsToMove


Description:

A StringArray containing the full names of the groups to move.

 

 

 

Return Value

Type:

Array of string

 

 

Returns a StringArray containing the full names of the groups that were moved.

 

Syntax

myStringArray1 = myThreeDModel1.MoveGroup(myString1, myStringArray2);

 

 

See also

ThreeDModel Object

ThreeDModel.MoveGroup

Vehicle 3D Models Guide