Jump to content

InPlaceArraySplitNode 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 InPlaceArraySplitNode class
Class ID 16530
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


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

Properties

Show/Hide InPlaceArraySplitNode Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
InPlaceArraySplitNode Properties Table
Property ID Short Name (English) Description R/W RTE
7B7CE804 ArrayTerm Returns a reference to the array terminal of an Array Split / Replace Subarrays border node. R X
7B7CE803 LengthTerms Returns an array of references to the split length terminals of an Array Split / Replace Subarrays border node. R/W X
7B7CE801 SplitCount Gets or sets the number of times the Array Split / Replace Subarrays border node splits the input array. R/W X
7B7CE800 SplitDim Gets or sets the dimension along which LabVIEW splits the input array to an Array Split / Replace Subarrays border node. For example, if you select 1 for a two-dimensional array, LabVIEW creates the subarrays from columns of the original array. If you select 0, LabVIEW creates the subarrays from rows of the original array.

Using this property in write mode is similar to right-clicking an Array Split / Replace Subarrays border node and selecting Split Dimension to specify in which dimension to split the array.

R/W X
7B7CE802 SplitTerms Returns an array of references to the subarray terminals of an Array Split / Replace Subarrays border node. R X
7B7CE805 TermHeight Returns the height, in pixels, of a split length terminal on an Array Split / Replace Subarrays border node. R X

Methods

No Methods for this class.

Events

No Events for this class.

History

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

See Also