OPC Studio User's Guide and Reference
GetMinimumLongLengths Method (_SequenceData)



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

Return Value

This method never returns null (Nothing in Visual Basic).

Remarks

This member is not compatible with VBScript.

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

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