ArrayConstant class/Delete Row method

From LabVIEW Wiki
Jump to: navigation, search
VI Server Method Information
Method ID 634C003
Scope VI Scripting
Data Name Delete Row
Short Name* Delete Row
Long Name* Delete Row
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16388
Owning Class Name ArrayConstant Class
Return Data Type No return value
Invoke Node Delete Row
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes (Read/Write)
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
Remote access allowedYes
Settable when the VI is runningNo

Deletes a row at the index you specify. This method applies only to 2D arrays.

Parameters

Data type Name Required Description
I32 Row Index Yes The index of the row you want to delete.
I32 Number of Rows No The number of rows you want to delete.

Uses

History

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

See Also

External Links