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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.DataTypeModel Namespace > SequenceData Class : GetMinimumLongLengths Method
Gets an array of 64-bit integers that represent the number of elements in each dimension of the array.
Syntax
'Declaration
 
Public Function GetMinimumLongLengths() As Long()
'Usage
 
Dim instance As SequenceData
Dim value() As Long
 
value = instance.GetMinimumLongLengths()
public long[] GetMinimumLongLengths()
public:
array<int64>^ GetMinimumLongLengths(); 
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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