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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections Namespace > ElasticVector Class : 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
 
Public 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)
public void Redimension( 
   int newLowerBound,
   int newUpperBound
)
public:
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