GridWindow.GetAllCells() Method

Top 

Description

Returns a GridCellGroup containing all of the GridCell objects making up the GridWindow.

 

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

GridWindow.GetAllCells(

)

 

 

Return Value

Type:

GridCellGroup

 

 

The entire GridWindow as a GridCellGroup.

 

Syntax

myGridWindow1.GetAllCells();

 

 

See also

GridWindow Object

GridWindow Guide