Cluster class/All Objects() property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 6347C04
Scope Basic Development Environment
Data Name AllObjs[]
Short Name* AllObjs[]
Long Name* All Objects[]
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 30
Owning Class Name Cluster Class
Data Type GObject Refnum Array data type

GObject Refnum Array

Property Node All Objects[]
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read Only)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead Only
Remote access allowedYes
Settable when the VI is runningNo

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.


Uses

History

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

See Also

External Links