ViewWindow.SetAxisSize(Variable, Variable, Variable) Method

Top 

Description

Sets the size of the specified object axes.

 

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

ViewWindow.SetAxisSize(

Variable objectId,


Variable scaleMode,


Variable size)

 

 

Arguments

objectId


Description:

The unique identifier of the object for which to change the axis size

Valid Range:

objectId ≥ 0

 

 

scaleMode


Description:

The mode determining how the axis will be sized.

Valid Values:

Value

Label

0

Absolute

1

Relative

 

 

 

size


Description:

The axis size. When using 'Absolute' mode, the size is in km. In 'Relative Mode' the size is a multiple of the object size.

Valid Range:

size ≥ 0

 

 

 

Return Value

Type:

number

 

 

The return value is not used.

 

Syntax

myVariable1 = myViewWindow1.SetAxisSize(myVariable2, myVariable3, myVariable4);

 

 

See also

ViewWindow Object

ViewWindow.SetAxisSize

ViewWindow Guide