Jump to content

InPlaceClusterNode class: Difference between revisions

From LabVIEW Wiki
Started page
(No difference)

Revision as of 23:51, 1 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name InPlaceClusterNode class
Class ID 16519
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide InPlaceClusterNode Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
InPlaceClusterNode Properties Table
Property ID Short Name (English) Description R/W RTE
7616E805 AvailElems() Returns an array of the labels of the named elements in the cluster. R
7616E803 ElementNms() Gets or sets the names of the elements in the cluster.

This property returns names at each level of the hierarchy delimited by periods (.). You cannot set hierarchical element names. The Full Element Names[] property provides more support for hierarchical names.

R/W
7616E806 FullElemNms() Gets or sets an array of the full, hierarchical names of the elements in the cluster. Element names are formatted as a cluster that contains an array of strings that represent the hierarchical name. R/W
7616E804 FullNmsVis Gets or sets whether LabVIEW displays the full names of elements in the cluster. R/W
7616E801 OutputCnt Gets or sets the number of output terminals on the expandable Unbundle / Bundle Elements border node. R/W
7616E802 OutputTerms() Returns an array of references to the output terminals on an Unbundle / Bundle Elements border node. R
7616E800 TermHeight Resizes the expandable Unbundle / Bundle Elements border node to the height in pixels you specify. R

Methods

Show/Hide InPlaceClusterNode Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
InPlaceClusterNode Methods Table
Method ID Short Name (English) Description RTE
7616E401 AddOutputAfter Adds a new output after the item whose Index you specify and returns a reference to the new terminal.
7616E402 RemoveOutput Removes the output terminal at the Index you specify.
7616E400 Resize Resizes the expandable Unbundle / Bundle Element border node to the height you specify.

Events

No Events for this class.

History

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

See Also