Jump to content

InPlaceClusterNode class: Difference between revisions

From LabVIEW Wiki
Started page
 
Replaced with template tables
Line 7: Line 7:
{{TOCright}}
{{TOCright}}


==Properties==
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates-->
<span class="mw-customtoggle-propertiestable">Show/Hide InPlaceClusterNode Properties Table</span>
{{VIServerClassTables|16519}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ InPlaceClusterNode Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#CCFFFF;"
|7616E805
| [[InPlaceClusterNode class/AvailElems() property|AvailElems()]]
|Returns an array of the labels of the named elements in the cluster.
|R
|
|- style="background-color:#CCFFFF;"
|7616E803
| [[InPlaceClusterNode class/ElementNms() property|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
|
|- style="background-color:#CCFFFF;"
|7616E806
| [[InPlaceClusterNode class/FullElemNms() property|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
|
|- style="background-color:#CCFFFF;"
|7616E804
| [[InPlaceClusterNode class/FullNmsVis property|FullNmsVis]]
|Gets or sets whether LabVIEW displays the full names of elements in the cluster.
|R/W
|
|- style="background-color:#CCFFFF;"
|7616E801
| [[InPlaceClusterNode class/OutputCnt property|OutputCnt]]
|Gets or sets the number of output terminals on the expandable Unbundle / Bundle Elements border node.
|R/W
|
|- style="background-color:#CCFFFF;"
|7616E802
| [[InPlaceClusterNode class/OutputTerms() property|OutputTerms()]]
|Returns an array of references to the output terminals on an Unbundle / Bundle Elements border node.
|R
|
|- style="background-color:#CCFFFF;"
|7616E800
| [[InPlaceClusterNode class/TermHeight property|TermHeight]]
|Resizes the expandable Unbundle / Bundle Elements border node to the height in pixels you specify.
|R
|
|}
</div>
 
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide InPlaceClusterNode Methods Table</span>
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ InPlaceClusterNode Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#CCFFFF;"
|7616E401
| [[InPlaceClusterNode class/AddOutputAfter method|AddOutputAfter]]
|Adds a new output after the item whose <b>Index</b> you specify and returns a reference to the new terminal.
|
|- style="background-color:#CCFFFF;"
|7616E402
| [[InPlaceClusterNode class/RemoveOutput method|RemoveOutput]]
|Removes the output terminal at the <b>Index</b> you specify.
|
|- style="background-color:#CCFFFF;"
|7616E400
| [[InPlaceClusterNode class/Resize method|Resize]]
|Resizes the expandable Unbundle / Bundle Element border node to the <b>height</b> you specify.
|
|}
</div>
 
==Events==
''No Events for this class.''


== History ==
== History ==

Revision as of 00:24, 9 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 Long Name (English) Description R/W RTE
7616E800Terminal HeightResizes the expandable Unbundle / Bundle Elements border node to the height in pixels you specify.Read OnlyNo
7616E801Output CountGets or sets the number of output terminals on the expandable Unbundle / Bundle Elements border node.Read/WriteNo
7616E802Output Terminals[]Returns an array of references to the output terminals on an Unbundle / Bundle Elements border node.Read OnlyNo
7616E803Element Names[]Gets or sets the names of the elements in the cluster.Read/WriteNo
7616E804Full Names Visible?Gets or sets whether LabVIEW displays the full names of elements in the cluster.Read/WriteNo
7616E805Available Elements[]Returns an array of the labels of the named elements in the cluster.Read OnlyNo
7616E806Full Element Names[]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.Read/WriteNo

Methods

Show/Hide InPlaceClusterNode Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
InPlaceClusterNode Methods Table
Method ID Long Name (English) Description RTE
7616E400ResizeResizes the expandable Unbundle / Bundle Element border node to the height you specify.No
7616E401Add Output AfterAdds a new output after the item whose Index you specify and returns a reference to the new terminal.No
7616E402Remove OutputRemoves the output terminal at the Index you specify.No

Events

This class has no events or it inherits events from its parent: InPlaceBorderNode Class.


History

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

See Also