QuickOPC User's Guide and Reference
Redimension Method (_ElasticVector)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections.ComTypes Namespace > _ElasticVector Interface : Redimension Method
The new lower bound of the elastic vector.
The new upper bound of the elastic vector.
Changes the lower and upper bounds of the elastic vector.
Syntax
'Declaration
 
Sub Redimension( _
   ByVal newLowerBound As Integer, _
   ByVal newUpperBound As Integer _
) 
'Usage
 
Dim instance As _ElasticVector
Dim newLowerBound As Integer
Dim newUpperBound As Integer
 
instance.Redimension(newLowerBound, newUpperBound)
void Redimension( 
   int newLowerBound,
   int newUpperBound
)
void Redimension( 
   int newLowerBound,
   int newUpperBound
) 

Parameters

newLowerBound
The new lower bound of the elastic vector.
newUpperBound
The new upper bound of the elastic vector.
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