ViewWindow.AddObjectToGroup(String, Variable) Method

Top 

Description

Add the specified object(s) to the specified group. Groups are used for organizing objects in the View Output Properties interface.

 

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

ViewWindow.AddObjectToGroup(

String groupName,


Variable id)

 

 

Arguments

groupName


Description:

The name of the group to which to add the object.

 

 

id


Description:

The id of the object to add.

 

 

 

Syntax

myViewWindow1.AddObjectToGroup(myString1, myVariable1);

 

 

See also

ViewWindow Object

ViewWindow.AddObjectToGroup

ViewWindow Guide