OPC Labs Base Library
StructuredDataType Collection
Members 
OpcLabs_BaseLib ActiveX DLL : StructuredDataType Collection
Description
A structured data type, such as a record or an advanced union.

 

ProgId: OpcLabs.BaseLib.DataTypeModel.StructuredDataType
CLSID (Class ID): 58b91600-3da9-47f3-9b6d-82c4e7bdd2ab
Default interface: OpcLabs.BaseLib.DataTypeModel.ComTypes._StructuredDataType
Event source interface:

 

For more information, see StructuredDataType and OpcLabs.BaseLib.DataTypeModel.ComTypes._StructuredDataType in .NET Reference.

Remarks

For remarks, see StructuredDataType and OpcLabs.BaseLib.DataTypeModel.ComTypes._StructuredDataType in .NET Reference.

Object creation

_StructuredDataTypePtr StructuredDataTypePtr(__uuidof(StructuredDataType));
StructuredDataType := CoStructuredDataType.Create;
var StructuredDataType = new ActiveXObject("OpcLabs.BaseLib.DataTypeModel.StructuredDataType");
StructuredDataType := CoStructuredDataType.Create;
$StructuredDataType = Win32::OLE->new("OpcLabs.BaseLib.DataTypeModel.StructuredDataType");
$StructuredDataType = new COM("OpcLabs.BaseLib.DataTypeModel.StructuredDataType");
OLEObject StructuredDataType
StructuredDataType = CREATE OLEObject
StructuredDataType.ConnectToNewObject("OpcLabs.BaseLib.DataTypeModel.StructuredDataType")
StructuredDataType = win32com.client.Dispatch('OpcLabs.BaseLib.DataTypeModel.StructuredDataType')
Dim StructuredDataType As New OleObject ("OpcLabs.BaseLib.DataTypeModel.StructuredDataType")
Dim StructuredDataType As New StructuredDataType
StructuredDataType = CREATEOBJECT("OpcLabs.BaseLib.DataTypeModel.StructuredDataType")
Dim StructuredDataType As New StructuredDataType
Dim StructuredDataType: Set StructuredDataType = CreateObject("OpcLabs.BaseLib.DataTypeModel.StructuredDataType")
StructuredDataType := CreateObject("OpcLabs.BaseLib.DataTypeModel.StructuredDataType")
Interfaces
InterfaceDescription
 
Base class for structured and union data types.

 

IID (Interface ID): d35af189-16dd-4ee7-8531-c396a415be45

 

For more information, see _CompositeDataType in .NET Reference.

An abstract data type.

 

IID (Interface ID): ba6f3fa3-f1cc-42ca-b592-08ddb1ad3af6

 

For more information, see _DataType 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.

Member information of an abstract data type.

 

IID (Interface ID): d62ad75b-eb06-4c9b-996a-b59dd73303ee

 

For more information, see _TypeMemberInfo in .NET Reference.

Example

For examples, see StructuredDataType in .NET Reference.

See Also

StructuredDataType Members