ViewWindow.GetShowAxis(Variable) Method

Top 

Description

Get the current ShowAxis setting for the specified 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 nanosecond timing precision mode.

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

 

Method Signature

ViewWindow.GetShowAxis(

Variable objectId)

 

 

Arguments

objectId


Description:

The object id whose property will be queried.

 

 

 

Return Value

Type:

boolean

 

 

The queried value.

 

Syntax

myVariable1 = myViewWindow1.GetShowAxis(myVariable2);

 

 

See also

ViewWindow Object

ViewWindow Guide