ViewWindow.AddObjectToGroup(String, Array) 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,


Array ids)

 

 

Arguments

groupName


Description:

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

 

 

ids


Description:

The ids of the objects to add.

 

 

 

Syntax

myViewWindow1.AddObjectToGroup(myString1, myArray1);

 

 

See also

ViewWindow Object

ViewWindow.AddObjectToGroup

ViewWindow Guide