InPlaceArraySplitNode class: Difference between revisions
Appearance
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. |
| |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
The InPlaceArraySplitNode class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide InPlaceArraySplitNode 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 |
|---|---|---|---|---|
| 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
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |