ViewWindow.SetProjectionHeight(Variable, Variable) Method

Top 

Description

Sets the height at which a Region or GroundStation is projected for the ViewWindow.

 

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.

 

Method Signature

ViewWindow.SetProjectionHeight(

Variable objectId,


Variable height)

 

 

Arguments

objectId


Description:

The unique identifier of the object for which to change projection height

Valid Range:

objectId ≥ 0

 

 

height


Description:

The projection height to use for the object.

Units:

km

Valid Range:

height ≥ 0

 

 

 

Syntax

myViewWindow1.SetProjectionHeight(myVariable1, myVariable2);

 

 

See also

ViewWindow Object

ViewWindow.SetProjectionHeight

ViewWindow Guide