Jump to content

ArrayConstant class

From LabVIEW Wiki
Revision as of 01:45, 28 August 2019 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.


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

Properties

Show/Hide ArrayConstant Properties Table

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

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

See Also