PropertyObject.GetValBooleanByOffset
- Updated2024-10-09
- 1 minute(s) read
PropertyObject.GetValBooleanByOffset
Syntax
PropertyObject.GetValBooleanByOffset( arrayOffset, options)
Return Value
Purpose
Returns the Boolean value of the array element the arrayOffset parameter specifies.
Remarks
This method is valid only for array objects.
Parameters
arrayOffset As Long
[In] Specifies a zero-based number that represents 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.
options As Long
[In] Pass 0 to specify the default behavior, or pass one or more PropertyOptions constants. Use the bitwise-OR operator to specify multiple options.
See Also
PropertyObject.SetValBooleanByOffset
Thread Safety of the PropertyObject API and TestStand Variables