ViewWindow.GetGroupNames() Method

Top 

Description

Get the names of the currently defined groups. Groups are used for organizing objects in the View Output Properties interface.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

ViewWindow.GetGroupNames(

)

 

 

Return Value

Type:

Array of string

 

 

The return value is not used.

 

Syntax

myStringArray1 = myViewWindow1.GetGroupNames();

 

 

See also

ViewWindow Object

ViewWindow Guide