ArrayConstant class
Appearance
| VI Server Class Information | |
|---|---|
| Return to VI Server Class Hierarchy | |
| Class Name | ArrayConstant class |
| Class ID | 16388 |
| 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 ArrayConstant class is a class in the VI Server Class Hierarchy, (see also VI Server).
Properties
Show/Hide ArrayConstant 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 |
|---|---|---|---|---|
| 634C40E | AdaptToSource | R/W | X | |
| 634C409 | DimSizes | R/W | X | |
| 634C408 | Element | Returns a reference to an array element. | R | |
| 634C401 | ElemGap? | Returns TRUE if there is a gap between elements of the array. | R/W | |
| 634C410 | FpgaEnableBoundsMUX | R/W | X | |
| 634C40F | FpgaImpl | R/W | X | |
| 634C40C | HorizScroll | Returns TRUE if the horizontal scroll bar is visible. | R/W | X |
| 634C40D | IndexRect | R | X | |
| 634C405 | IndexVal | Returns an array of indices for the element displayed in the top left corner of the array of each dimension. | R/W | |
| 634C404 | IndexVis | Returns TRUE if the array index is visible. | R/W | |
| 634C400 | NumDims | Returns the number of dimensions in the array. | R/W | |
| 634C402 | NumCols | Returns the number of visible columns in the array. | R/W | |
| 634C403 | NumRows | Returns the number of visible rows in the array. | R/W | |
| 634C407 | SelEnd() | Returns an array of the number of elements you select in each dimension of the array. | R/W | |
| 634C406 | SelStart() | Returns an array of the indexes for each dimension that specifies the beginning of data selection. | R/W | |
| 634C40A | Show Sel? | Returns TRUE if the selected elements of the array are visible. | R/W | X |
| 634C40B | VertScroll | Returns TRUE if the vertical scrollbar is visible. | R/W | X |
Methods
Show/Hide ArrayConstant Methods Table
| Legend | |
|---|---|
| RTE | Available in the Run-Time Engine |
| Basic Development Environment | |
| VI Scripting | |
| Private | |
| Deprecated | |
| Method ID | Short Name (English) | Description | RTE |
|---|---|---|---|
| 634C004 | Delete Column | Deletes a column at the index you specify. This method applies only to 2D arrays. | X |
| 634C006 | Delete Element | Deletes an element at the index you specify. This method applies only to 1D arrays. | X |
| 634C003 | Delete Row | Deletes a row at the index you specify. This method applies only to 2D arrays. | X |
| 634C000 | Empty Array | Deletes all the elements in an array. | X |
| 634C002 | Insert Column Before | Inserts a column before the index you specify. This method applies only to 2D arrays. | X |
| 634C005 | Insert Element Before | Inserts an element before the index you specify. This method applies only to 1D arrays. | X |
| 634C001 | Insert Row Before | Inserts a row before the index you specify. This method applies only to 2D arrays. | 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. |