InPlaceArraySplitNode class: Difference between revisions
Appearance
Started page |
m Removed VI Server Category from page |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
{{TOCright}} | {{TOCright}} | ||
<!--Edit Properties, Methods, or Events in the appropriate table in one on the VI Server Templates--> | |||
< | {{VIServerClassTables|16530}} | ||
|} | |||
== History == | == History == | ||
| Line 80: | Line 25: | ||
*[[VI Scripting]] | *[[VI Scripting]] | ||
[[Category:VI | [[Category:VI Scripting Class]] | ||
[[Category:VI Server Class]] | [[Category:VI Server Class]] | ||
Latest revision as of 02:10, 8 May 2020
| 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 | Long Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 7B7CE800 | Split Dimension | 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. | Read/Write | Yes |
| 7B7CE801 | Split Count | Gets or sets the number of times the Array Split / Replace Subarrays border node splits the input array. | Read/Write | Yes |
| 7B7CE802 | Split Terminals | Returns an array of references to the subarray terminals of an Array Split / Replace Subarrays border node. | Read Only | Yes |
| 7B7CE803 | Length Terminals | Returns an array of references to the split length terminals of an Array Split / Replace Subarrays border node. | Read/Write | Yes |
| 7B7CE804 | Array Terminal | Returns a reference to the array terminal of an Array Split / Replace Subarrays border node. | Read Only | Yes |
| 7B7CE805 | Terminal Height | Returns the height, in pixels, of a split length terminal on an Array Split / Replace Subarrays border node. | Read Only | Yes |
Methods
This class has no methods or it inherits methods from its parent: InPlaceBorderNode Class.
Events
This class has no events or it inherits events from its parent: InPlaceBorderNode Class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |