Jump to content

ArrayConstant class

From LabVIEW Wiki
Revision as of 01:09, 8 May 2020 by Q (talk | contribs) (Added VI Scripting Category to page)
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
634C400Num DimensionsReturns the number of dimensions in the array.Read/WriteNo
634C401Element Gap?Returns TRUE if there is a gap between elements of the array.Read/WriteNo
634C402Number of ColumnsReturns the number of visible columns in the array.Read/WriteNo
634C403Number of RowsReturns the number of visible rows in the array.Read/WriteNo
634C404Index Visible?Returns TRUE if the array index is visible.Read/WriteNo
634C405Index ValueReturns an array of indices for the element displayed in the top left corner of the array of each dimension.Read/WriteNo
634C406Selection Start[]Returns an array of the indexes for each dimension that specifies the beginning of data selection.Read/WriteNo
634C407Selection End[]Returns an array of the number of elements you select in each dimension of the array.Read/WriteNo
634C408ElementReturns a reference to an array element.Read OnlyNo
634C409Dimension SizesRead/WriteYes
634C40AShow Selection?Returns TRUE if the selected elements of the array are visible.Read/WriteYes
634C40BVertical Scrollbar VisibleReturns TRUE if the vertical scrollbar is visible.Read/WriteYes
634C40CHorizontal Scrollbar VisibleReturns TRUE if the horizontal scroll bar is visible.Read/WriteYes
634C40DIndex RectRead OnlyYes
634C40EAdapt To SourceRead/WriteYes
634C40FFPGA ImplementationRead/WriteYes
634C410FPGA Enable Out of Bounds MUXRead/WriteYes

Methods

Show/Hide ArrayConstant Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
ArrayConstant Methods Table
Method ID Long Name (English) Description RTE
634C000Empty ArrayDeletes all the elements in an array.Yes (Read/Write)
634C001Insert Row BeforeInserts a row before the index you specify. This method applies only to 2D arrays.Yes (Read/Write)
634C002Insert Column BeforeInserts a column before the index you specify. This method applies only to 2D arrays.Yes (Read/Write)
634C003Delete RowDeletes a row at the index you specify. This method applies only to 2D arrays.Yes (Read/Write)
634C004Delete ColumnDeletes a column at the index you specify. This method applies only to 2D arrays.Yes (Read/Write)
634C005Insert Element BeforeInserts an element before the index you specify. This method applies only to 1D arrays.Yes (Read/Write)
634C006Delete ElementDeletes an element at the index you specify. This method applies only to 1D arrays.Yes (Read/Write)

Events

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


History

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

See Also