InPlaceArrayNode class: Difference between revisions
Appearance
m Added VI Scripting Class Category to page |
m Added VI Scripting Category to page |
||
| Line 24: | Line 24: | ||
*[[VI Server]] | *[[VI Server]] | ||
*[[VI Scripting]] | *[[VI Scripting]] | ||
[[Category:VI Scripting Class]] | [[Category:VI Scripting Class]] | ||
[[Category:VI Server]] | [[Category:VI Server]] | ||
[[Category:VI Server Class]] | [[Category:VI Server Class]] | ||
Revision as of 01:11, 8 May 2020
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | InPlaceArrayNode class |
| Class ID | 16518 |
| 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 InPlaceArrayNode class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide InPlaceArrayNode 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 |
|---|---|---|---|---|
| 1614F000 | Terminal Height | Returns the height, in pixels, of each terminal of an expandable border node on the In Place Element Structure. | Read Only | No |
| 1614F002 | Index Terminalsl[][] | Returns an array of references to the index terminals of an Array Index / Replace Elements border node. | Read Only | No |
| 1614F003 | Array Input Terminal | Returns a reference to the array input on an Array Index / Replace Elements border node. | Read Only | No |
| 1614F004 | Output Terminals[] | Returns an array of references to the outputs on an Array Index / Replace Elements border node. | Read Only | No |
| 1614F005 | Index Count | Gets or sets the number of index inputs an Array Index / Replace Elements border node contains. When writing the number of inputs, this property grows the border node to accommodate the number of indexes you specify. | Read/Write | No |
Methods
Show/Hide InPlaceArrayNode Properties Table
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Method ID | Long Name (English) | Description | RTE |
|---|---|---|---|
| 1614EC00 | Resize | Resizes the expandable Array Index / Replace Elements border node to the height you specify. | No |
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. |