Formation(Variable) Constructor

Top 

Description

Creates a new Formation object using the count specified by count.

 

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.

 

Constructor Signature

Formation(

Variable count)

 

 

Arguments

count


Description:

Count of the array

Valid Range:

count ≥ 0

 

 

 

Syntax

Formation myFormation1(myVariable1);

 

 

See also

Formation Object

Formations Guide