'Usage
Dim instance As _ElasticVector Dim index As Integer Dim value As Object value = instance.GetAt(index)
Parameters
- index
- The index of the element to get.
Return Value
This method can return null
(Nothing
in Visual Basic).
'Usage
Dim instance As _ElasticVector Dim index As Integer Dim value As Object value = instance.GetAt(index)
This method can return null
(Nothing
in Visual Basic).
The elasticity dot not apply in this method. The index must fall into the current bounds of the elastic vector.
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.