ViewWindow.GetObjectsInGroup(String) Method

Top 

Description

Get all the objects in the specified group. Groups are used for organizing objects in the View Output Properties interface.

 

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

ViewWindow.GetObjectsInGroup(

String groupName)

 

 

Arguments

groupName


Description:

The name of the group for which to get the object ids.

 

 

 

Return Value

Type:

Array of number

 

 

The return value is not used.

 

Syntax

myArray1 = myViewWindow1.GetObjectsInGroup(myString1);

 

 

See also

ViewWindow Object

ViewWindow Guide