ViewWindow.ProjectionHeights Property

Top 

Description

Array indicating the projection height of the GroundStation or Region object whose name is defined by the Object's property of the same index. If the object at that index is not a GroundStation or Region, the value is ignored.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

Array of number

Access:

read/write

Units:

km

Default Value:

{ 0, 0, ...0, 0 }

Valid Range:

ViewWindow.ProjectionHeights > 0

 

Syntax

myVariable1 = myViewWindow1.ProjectionHeights[0];

 

myViewWindow1.ProjectionHeights[0] = myVariable1;

 

See also

ViewWindow Object

ViewWindow Guide