ThreeDModel.AddObjectToGroup(String, String) Method

Top 

Description

Adds a 3D model object to a previously created group.

 

This method has been Deprecated. Please use the MoveGroup() method instead

 

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.AddObjectToGroup(

String groupToAddTo,


String objectName)

 

 

Arguments

groupToAddTo


Description:

Name of the group to which the object(s) will be added.

 

 

objectName


Description:

Name of the object to add to the specified group.

 

 

 

Return Value

Type:

number

 

 

Returns a 1 if the object was successfully added to the group, returns a 0 if unsuccessful.

 

Syntax

myVariable1 = myThreeDModel1.AddObjectToGroup(myString1, myString2);

 

 

See also

ThreeDModel Object

ThreeDModel.AddObjectToGroup

Vehicle 3D Models Guide