ThreeDModel.MoveGroup(String, String) Method

Top 

Description

Move a group to a different parent group.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

ThreeDModel.MoveGroup(

String parentGroupName,


String groupToMove)

 

 

Arguments

parentGroupName


Description:

Full name of the destination parent group.

 

 

groupToMove


Description:

Full name of the group to move.

 

 

 

Return Value

Type:

string

 

 

Returns the full name of the group that was moved.

 

Syntax

myString1 = myThreeDModel1.MoveGroup(myString2, myString3);

 

 

See also

ThreeDModel Object

ThreeDModel.MoveGroup

Vehicle 3D Models Guide