ThreeDModel.AddGroup(String, String) Method

Top 

Description

A group is created without any 3D model data and added to the parent group.

 

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

String parentGroupName,


String groupToCreate)

 

 

Arguments

parentGroupName


Description:

Name of the parent group for the group being created.

 

 

groupToCreate


Description:

Name of the group to create.

 

 

 

Return Value

Type:

string

 

 

Returns the full new group name.

 

Syntax

myString1 = myThreeDModel1.AddGroup(myString2, myString3);

 

 

See also

ThreeDModel Object

ThreeDModel.AddGroup

Vehicle 3D Models Guide