Cluster class: Difference between revisions
Started page |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{VIServerClass| | {{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 |
![]() |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The Cluster class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide Cluster Properties Table
Legend | |
---|---|
R/W | Readable/Writable Permissions |
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
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 | |
---|---|
RTE | Available in the Run-Time Engine |
Basic Development Environment | |
VI Scripting | |
Private | |
Deprecated |
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
![]() |
History information is needed. What changes have occured over previous versions? |
Version | Change(s) |
---|---|
![]() |
More info to come. |