ViewWindow({Object}) Constructor

Top 

Description

Creates a new ViewWindow which will visualize the objects specified by objectsToView.

 

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

ViewWindow(

{Object} objectsToView)

 

 

Arguments

objectsToView


Description:

The objects which will appear in the Mission View.

 

 

 

Syntax

ViewWindow myViewWindow1({ myObject1 });

 

 

See also

ViewWindow Object

ViewWindow Guide