ViewWindow.RemoveObjectFromGroup(String, Array) Method

Top 

Description

Remove the specified object(s) from 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.RemoveObjectFromGroup(

String groupName,


Array ids)

 

 

Arguments

groupName


Description:

The name of the group from which to remove the object.

 

 

ids


Description:

The ids of the objects to remove.

 

 

 

Syntax

myViewWindow1.RemoveObjectFromGroup(myString1, myArray1);

 

 

See also

ViewWindow Object

ViewWindow.RemoveObjectFromGroup

ViewWindow Guide