Jump to content

Array class

From LabVIEW Wiki
Revision as of 19:20, 1 September 2019 by Q (talk | contribs)
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.


The Array class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide Array Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Array Properties Table
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
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
Array Methods Table
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

Version Change(s)
LabVIEW 2018 More info to come.

See Also