Description
Sets the size of multiple objects' axes at the same time.
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
Arguments
setType
|
|
Description:
|
The method used to determine which objects to change the axis size.
|
Valid Values:
|
Value
|
Label
|
0
|
Set by Object Type (Case-Sensitive)
|
1
|
Set by Group Name (Case-Sensitive)
|
|
typeOrGroupName
|
|
Description:
|
The object type or group name used to set the change the axis size of multiple objects.
|
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
The return value is not used.
Syntax
myVariable1 = myViewWindow1.SetAxisSize(myVariable2, myString1, myVariable3, myVariable4);
|
See also
ViewWindow Object
ViewWindow.SetAxisSize
ViewWindow Guide
|