LabVIEWNXGParameter.GetArrayIndex
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
LabVIEWNXGParameter.GetArrayIndex
Syntax
LabVIEWNXGParameter.GetArrayIndex( offset)
Return Value
An array index string. Array index strings are a list of numbers enclosed in brackets that index each dimension of the array. For example, the following is an array index for a two dimensional array: [0][1] .
Purpose
Returns the index of the array element the offset parameter specifies.
Parameters
offset As Long
[In] Specifies a zero-based number representing the offset of an array element in the one-dimensional physical storage of the array. The offset is in terms of the number of elements.