Jump to content

Cluster class: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
Line 1: Line 1:
{{VIServerClass|name=Cluster|id=30|scope=basic|class_0=Generic|class_1=GObject|class_2=Control|class_3=Cluster}}
{{VIServerClass|30}}


{{stub}}
{{stub}}

Revision as of 19:22, 1 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name Cluster class
Class ID 30
Scope Basic Development Environment
Class Inheritance
Class Children


The Cluster class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Cluster Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Cluster Properties Table
Property ID Short Name (English) Description R/W RTE
6347C04 AllObjs() Array of references to all the objects (controls and decorations) in the cluster.

This property does not use the cluster order to output the array of references to objects in the cluster. Instead, this property outputs the array of references to the cluster in a Z-order, where the first object is the last object inserted into the cluster and the first element in the array of references.

R X
6347C08 AutoSize Gets or sets how LabVIEW auto sizes a cluster. R/W X
6347C05 ClusterSize Gets or sets the size of a cluster.

Note If you right-click a cluster and select an AutoSizing option, LabVIEW ignores this property.

R/W X
6347C07 ClustHeight Gets or sets the height of a cluster.

Note If you right-click a cluster and select an AutoSizing option, LabVIEW ignores this property.

R/W X
6347C06 ClustWidth Gets or sets the width of a cluster.

Note If you right-click a cluster and select an AutoSizing option, LabVIEW ignores this property.

R/W X
6347C01 Color Background color of the cluster.

You can set the color of the front panel object by wiring a hexadecimal number with the form RRGGBB or by wiring the color box constant to the property.

R/W X
6347C02 Controls() Array of references to the cluster elements in cluster order.

Use the To More Generic Class and To More Specific Class functions to cast these references to a class other than the Control class.

R X
6347C03 Decos() Array of references to the decorations in the cluster. R X

Methods

Show/Hide Cluster Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Cluster Methods Table
Method ID Short Name (English) Description RTE
6347800 Set Cluster Order Specifies the order of elements in the cluster. X

Events

No Events for this class.

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also