OPC Labs Base Library
StructuredData Collection
Members 
OpcLabs_BaseLib ActiveX DLL : StructuredData Collection
Description
A data of structured data type.

 

ProgId: OpcLabs.BaseLib.DataTypeModel.StructuredData
CLSID (Class ID): 5a3b8c46-10c5-49ee-92d0-406302c7212a
Default interface: OpcLabs.BaseLib.DataTypeModel.ComTypes._StructuredData
Event source interface:

 

For more information, see StructuredData and OpcLabs.BaseLib.DataTypeModel.ComTypes._StructuredData in .NET Reference.

Remarks

For remarks, see StructuredData and OpcLabs.BaseLib.DataTypeModel.ComTypes._StructuredData in .NET Reference.

Object creation

_StructuredDataPtr StructuredDataPtr(__uuidof(StructuredData));
StructuredData := CoStructuredData.Create;
var StructuredData = new ActiveXObject("OpcLabs.BaseLib.DataTypeModel.StructuredData");
StructuredData := CoStructuredData.Create;
$StructuredData = Win32::OLE->new("OpcLabs.BaseLib.DataTypeModel.StructuredData");
$StructuredData = new COM("OpcLabs.BaseLib.DataTypeModel.StructuredData");
OLEObject StructuredData
StructuredData = CREATE OLEObject
StructuredData.ConnectToNewObject("OpcLabs.BaseLib.DataTypeModel.StructuredData")
StructuredData = win32com.client.Dispatch('OpcLabs.BaseLib.DataTypeModel.StructuredData')
Dim StructuredData As New OleObject ("OpcLabs.BaseLib.DataTypeModel.StructuredData")
Dim StructuredData As New StructuredData
StructuredData = CREATEOBJECT("OpcLabs.BaseLib.DataTypeModel.StructuredData")
Dim StructuredData As New StructuredData
Dim StructuredData: Set StructuredData = CreateObject("OpcLabs.BaseLib.DataTypeModel.StructuredData")
StructuredData := CreateObject("OpcLabs.BaseLib.DataTypeModel.StructuredData")
Interfaces
InterfaceDescription
 
An abstract generic data.

 

IID (Interface ID): 07983241-e75c-4db4-a12b-5b439db4d689

 

For more information, see _GenericData in .NET Reference.

 

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

 

For more information, see ICloneable in .NET Reference.

 

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

 

For more information, see IEnumerable in .NET Reference.

 

IID (Interface ID): 9a604ee7-e630-3ded-9444-baae247075ab

 

For more information, see IFormattable in .NET Reference.

An object that holds information.

 

IID (Interface ID): b9103dfd-bace-4392-afb0-ff2bfc9c7ab7

 

For more information, see _Info in .NET Reference.

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

A common base class.

 

IID (Interface ID): 9b164457-eef8-4736-bae7-531d45ea2751

 

For more information, see _Object2 in .NET Reference.

Example

For examples, see StructuredData in .NET Reference.

See Also

StructuredData Members