ViewWindow.GetAxisSize(Variable, Variable, Variable) Method

Top 

Description

Get the axis size and mode of the specifed object. If you want the value to reflect modifications made by the user in the output screen, first call the Synchronize method.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

ViewWindow.GetAxisSize(

Variable objectId,


Variable scaleMode,


Variable size)

 

 

Arguments

objectId


Description:

The object id whose property will be queried.

 

 

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

 

 

 

Syntax

myViewWindow1.GetAxisSize(myVariable1, myVariable2, myVariable3);

 

 

See also

ViewWindow Object

ViewWindow Guide