ArrayConstant class

From LabVIEW Wiki
Jump to: navigation, search
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.


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 Long Name (English) Description R/W RTE
634C400 Num Dimensions Returns the number of dimensions in the array. Read/Write No
634C401 Element Gap? Returns TRUE if there is a gap between elements of the array. Read/Write No
634C402 Number of Columns Returns the number of visible columns in the array. Read/Write No
634C403 Number of Rows Returns the number of visible rows in the array. Read/Write No
634C404 Index Visible? Returns TRUE if the array index is visible. Read/Write No
634C405 Index Value Returns an array of indices for the element displayed in the top left corner of the array of each dimension. Read/Write No
634C406 Selection Start[] Returns an array of the indexes for each dimension that specifies the beginning of data selection. Read/Write No
634C407 Selection End[] Returns an array of the number of elements you select in each dimension of the array. Read/Write No
634C408 Element Returns a reference to an array element. Read Only No
634C409 Dimension Sizes Read/Write Yes
634C40A Show Selection? Returns TRUE if the selected elements of the array are visible. Read/Write Yes
634C40B Vertical Scrollbar Visible Returns TRUE if the vertical scrollbar is visible. Read/Write Yes
634C40C Horizontal Scrollbar Visible Returns TRUE if the horizontal scroll bar is visible. Read/Write Yes
634C40D Index Rect Returns the coordinates of the rectangle that encloses the index display on the array. Read Only Yes
634C40E Adapt To Source Read/Write Yes
634C40F FPGA Implementation Read/Write Yes
634C410 FPGA Enable Out of Bounds MUX Read/Write Yes

Methods

Show/Hide ArrayConstant Methods Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ArrayConstant Methods Table
Property ID Long Name (English) Description RTE
634C000 Empty Array Deletes all the elements in an array. Yes
634C001 Insert Row Before Inserts a row before the index you specify. This method applies only to 2D arrays. Yes
634C002 Insert Column Before Inserts a column before the index you specify. This method applies only to 2D arrays. Yes
634C003 Delete Row Deletes a row at the index you specify. This method applies only to 2D arrays. Yes
634C004 Delete Column Deletes a column at the index you specify. This method applies only to 2D arrays. Yes
634C005 Insert Element Before Inserts an element before the index you specify. This method applies only to 1D arrays. Yes
634C006 Delete Element Deletes an element at the index you specify. This method applies only to 1D arrays. Yes

Events

This class has no events or it inherits events from its parent: Constant class.

History

Version Change(s)
LabVIEW 2020 In LabVIEW 2020 the Index Rect property was changed from being Private to VI Scripting.

See Also