PropertyObject.GetValInteger64ByOffset

Syntax

PropertyObject.GetValInteger64ByOffset( arrayOffset, options)

Return Value

long long

Signed 64-bit integer value of the array element.

Purpose

Returns the signed 64-bit integer value of the array element the arrayOffset parameter specifies.

Note (LabVIEW) You cannot use this method in LabVIEW. Use the PropertyObject.GetValVariant method instead.

Remarks

This method is valid only for array objects and is intended for use with arrays of 64-bit integers. Use the PropertyObject.GetValUnsignedInteger64ByOffset method with arrays of unsigned 64-bit integers. If the array is of a type other than 64-bit integers, you can use this method with the corresponding PropOption_Coerce constant.

Parameters

arrayOffset 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.

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

Lookup Strings

PropertyObject.GetValInteger64

PropertyObject.GetValVariant

PropertyObject.GetValUnsignedInteger64ByOffset

PropertyObject.SetValInteger64ByOffset

PropertyOptions

Thread Safety of the PropertyObject API and TestStand Variables