ThreeDModel.SetGroupVisibility(String, Variable) Method

Top 

Description

Sets the visibility parameter for the group specified. Setting a group to false will prevent any child groups from being shown.

 

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

String groupName,


Variable isVisibile)

 

 

Arguments

groupName


Description:

Name of the group.

 

 

isVisibile


Description:

Flag indicating whether the group will be visible or not.

Valid Values:

Value

Label

0

Not Visible

1

Visible

 

 

 

 

Syntax

myThreeDModel1.SetGroupVisibility(myString1, myVariable1);

 

 

See also

ThreeDModel Object

Vehicle 3D Models Guide