Array class: Difference between revisions
Started page |
(No difference)
|
Revision as of 02:51, 30 August 2019
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | class |
| Class ID | {{{1}}} |
| Scope | |
| Class Inheritance |
This class is a top-level class. |
| 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 | Short Name (English) | Description | R/W | RTE |
|---|---|---|---|---|
| 6338C0D | AdaptToSource | R/W | X | |
| 6338C07 | ArrElem | 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. | R | X |
| 6338C09 | DimSizes | R/W | X | |
| 6338C0B | HorizScroll | If TRUE, displays the horizontal scroll bar.
If the array has only one dimension and you resize it vertically on the front panel, writing this property has no effect. This property is similar to the Visible Items»Horizontal Scrollbar item on the shortcut menu of an array and the Show horizontal scroll bar option on the Appearance page of the Array Properties dialog box. |
R/W | X |
| 6338C0C | IndexRect | R | X | |
| 6338C04 | IndexVals | Array of indexes (one per dimension) of element displayed in the top left corner of the array. | R/W | X |
| 6338C03 | IndexVis | Shows array index.
This property is similar to the Visible Items»Index Display item on the shortcut menu of an array. |
R/W | X |
| 6338C08 | NumDims | Gets or sets the number of dimensions in the array. | R/W | X |
| 6338C01 | NumCols | Number of visible columns in the array. | R/W | X |
| 6338C02 | NumRows | Returns the number of visible rows in the array. | R/W | X |
| 6338C06 | SelSize() | Array of number of elements selected in each dimension (zero selected is insertion point). | R/W | X |
| 6338C05 | SelStart() | Returns an array of the indexes for each dimension that specifies the beginning of data selection. | R/W | X |
| 6338C0A | VertScroll | If TRUE, displays the vertical scroll bar.
If the array has only one dimension and you resize it horizontally on the front panel, writing this property has no effect. This property is similar to the Visible Items»Vertical Scrollbar item on the shortcut menu of an array and the Show vertical scroll bar option on the Appearance page of the Array Properties dialog box. |
R/W | X |
Methods
Show/Hide Array Methods Table
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Method ID | Short 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. | X |
| 6338801 | Export Data to Excel | Exports the array data to Excel. | X |
Events
No Events for this class.
History
| |
History information is needed. What changes have occured over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |