OPC Labs Base Library
ElasticVector Collection
Members 
OpcLabs_BaseLib ActiveX DLL : ElasticVector Collection
Description
A one-dimensional array that expands its bounds elastically.

 

ProgId: OpcLabs.BaseLib.Collections.ElasticVector
CLSID (Class ID): e6ab098e-533e-41fb-a1c1-18182f452045
Default interface: OpcLabs.BaseLib.Collections.ComTypes._ElasticVector
Event source interface:

 

For more information, see ElasticVector and OpcLabs.BaseLib.Collections.ComTypes._ElasticVector in .NET Reference.

Remarks

For remarks, see ElasticVector and OpcLabs.BaseLib.Collections.ComTypes._ElasticVector in .NET Reference.

Object creation

_ElasticVectorPtr ElasticVectorPtr(__uuidof(ElasticVector));
ElasticVector := CoElasticVector.Create;
var ElasticVector = new ActiveXObject("OpcLabs.BaseLib.Collections.ElasticVector");
ElasticVector := CoElasticVector.Create;
$ElasticVector = Win32::OLE->new("OpcLabs.BaseLib.Collections.ElasticVector");
$ElasticVector = new COM("OpcLabs.BaseLib.Collections.ElasticVector");
OLEObject ElasticVector
ElasticVector = CREATE OLEObject
ElasticVector.ConnectToNewObject("OpcLabs.BaseLib.Collections.ElasticVector")
ElasticVector = win32com.client.Dispatch('OpcLabs.BaseLib.Collections.ElasticVector')
Dim ElasticVector As New OleObject ("OpcLabs.BaseLib.Collections.ElasticVector")
Dim ElasticVector As New ElasticVector
ElasticVector = CREATEOBJECT("OpcLabs.BaseLib.Collections.ElasticVector")
Dim ElasticVector As New ElasticVector
Dim ElasticVector: Set ElasticVector = CreateObject("OpcLabs.BaseLib.Collections.ElasticVector")
ElasticVector := CreateObject("OpcLabs.BaseLib.Collections.ElasticVector")
Interfaces
InterfaceDescription
 

 

IID (Interface ID): 0cb251a7-3ab3-3b5c-a0b8-9ddf88824b85

 

For more information, see ICloneable in .NET Reference.

 

IID (Interface ID): de8db6f8-d101-3a92-8d1c-e72e5f10e992

 

For more information, see ICollection in .NET Reference.

 

IID (Interface ID): 496b0abe-cdee-11d3-88e8-00902754c43a

 

For more information, see IEnumerable in .NET Reference.

 

IID (Interface ID): 7bcfa00f-f764-3113-9140-3bbd127a96bb

 

For more information, see IList in .NET Reference.

Represents a non-generic collection of objects that can be individually accessed by index.

 

IID (Interface ID): 3e222005-bc46-4e3b-9940-83a7f7a4310a

 

For more information, see _List in .NET Reference.

Example

For examples, see ElasticVector in .NET Reference.

See Also

ElasticVector Members