QuickOPC User's Guide and Reference
GetValue Method (SequenceData)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > SequenceData Class : GetValue Method
Gets the value at the specified position in the one-dimensional array. The index is specified as a 32-bit integer.
Overload List
OverloadDescription
Gets the value at the specified position in the one-dimensional array. The index is specified as a 32-bit integer.  
Gets the value at the specified position in the one-dimensional array. The index is specified as a 64-bit integer.  
Gets the value at the specified position in the multidimensional array. The indexes are specified as an array of 32-bit integers.  
Gets the value at the specified position in the multidimensional array. The indexes are specified as an array of 64-bit integers.  
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also