Array class
Appearance
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | Array class |
| Class ID | 14 |
| Scope | Basic Development Environment |
| 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 Array class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide Array 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 |
|---|---|---|---|---|
| 6338C01 | Number of Columns | Number of visible columns in the array. | Read/Write | Yes |
| 6338C02 | Number of Rows | Returns the number of visible rows in the array. | Read/Write | Yes |
| 6338C03 | Index Visible | Shows array index. | Read/Write | Yes |
| 6338C04 | Index Values | Array of indexes (one per dimension) of element displayed in the top left corner of the array. | Read/Write | Yes |
| 6338C05 | Selection Start[] | Returns an array of the indexes for each dimension that specifies the beginning of data selection. | Read/Write | Yes |
| 6338C06 | Selection Size[] | Array of number of elements selected in each dimension (zero selected is insertion point). | Read/Write | Yes |
| 6338C07 | Array Element | Reference to the array element. The properties of the array apply to all elements in the array. If you want to read the data value of a specific array element, use the Index Array function to index the array first. | Read Only | Yes |
| 6338C08 | Number Of Dimensions | Gets or sets the number of dimensions in the array. | Read/Write | Yes (Read Only) |
| 6338C09 | Dimension Sizes | Read/Write | Yes | |
| 6338C0A | Vertical Scrollbar Visible | If TRUE, displays the vertical scroll bar. | Read/Write | Yes |
| 6338C0B | Horizontal Scrollbar Visible | If TRUE, displays the horizontal scroll bar. | Read/Write | Yes |
| 6338C0C | Index Rect | Read Only | Yes | |
| 6338C0D | Adapt To Source | Read/Write | Yes |
Methods
Show/Hide Array Properties Table
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Method ID | Long Name (English) | Description | RTE |
|---|---|---|---|
| 6338800 | Export Data to Clipboard | Exports the array data to the clipboard in a tab-delimited format, which is accepted by most spreadsheet applications. | Yes (Read/Write) |
| 6338801 | Export Data to Excel | Exports the array data to Excel. | Yes (Read/Write) |
Events
This class has no events or it inherits events from its parent: Control Class.
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |