ViewWindow.AddGroup(String, Variable) Method

Top 

Description

Add a custom group 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.AddGroup(

String groupName,


Variable sortType)

 

 

Arguments

groupName


Description:

The name of the group.

 

 

sortType


Description:

How to sort the objects in the group when viewed in the View Output Properties interface.

Valid Values:

Value

Label

0

Alphabetical

1

Order Added

 

 

 

 

Syntax

myViewWindow1.AddGroup(myString1, myVariable1);

 

 

See also

ViewWindow Object

ViewWindow Guide