ViewWindow.SetShowGrid(Variable, String, Variable) Method

Top 

Description

Changes the visibility of multiple objects' grids at the same time.

 

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.SetShowGrid(

Variable setType,


String typeOrGroupName,


Variable show)

 

 

Arguments

setType


Description:

The method used to determine which objects to change grid visibility.

Valid Values:

Value

Label

0

Set by Object Type (Case-Sensitive)

1

Set by Group Name (Case-Sensitive)

 

 

 

typeOrGroupName


Description:

The object type or group name used to set the change grid visibility of multiple objects.

 

 

show


Description:

Determines whether to show or hide the object body.

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = myViewWindow1.SetShowGrid(myVariable2, myString1, myVariable3);

 

 

See also

ViewWindow Object

ViewWindow.SetShowGrid

ViewWindow Guide