OPC Labs Base Library
EnumerationData Object
Members 
OpcLabs_BaseLib ActiveX DLL : EnumerationData Object
Description
A data of enumeration data type.

 

ProgId: OpcLabs.BaseLib.DataTypeModel.EnumerationData
CLSID (Class ID): 2ee59845-cf09-4217-b5e3-df902dee0e98
Default interface: OpcLabs.BaseLib.DataTypeModel.ComTypes._EnumerationData
Event source interface:

 

For more information, see EnumerationData and OpcLabs.BaseLib.DataTypeModel.ComTypes._EnumerationData in .NET Reference.

Object Model

EnumerationData ObjectEnumerationData ObjectEnumerationData ObjectOpaqueData ObjectPrimitiveData ObjectSequenceData CollectionStructuredData CollectionUnionData ObjectEnumerationDataType CollectionOpaqueData ObjectEnumerationData ObjectOpaqueData ObjectPrimitiveData ObjectSequenceData CollectionStructuredData CollectionUnionData ObjectOpaqueDataType ObjectPrimitiveData ObjectEnumerationData ObjectOpaqueData ObjectPrimitiveData ObjectSequenceData CollectionStructuredData CollectionUnionData ObjectPrimitiveDataType ObjectSequenceData CollectionStructuredData CollectionUnionData ObjectEnumerationData ObjectOpaqueData ObjectPrimitiveData ObjectSequenceData CollectionStructuredData CollectionUnionData ObjectDataField ObjectUnionDataType CollectionGenericData ObjectEnumerationDataType Collection

Remarks

For remarks, see EnumerationData and OpcLabs.BaseLib.DataTypeModel.ComTypes._EnumerationData in .NET Reference.

Object creation

_EnumerationDataPtr EnumerationDataPtr(__uuidof(EnumerationData));
EnumerationData := CoEnumerationData.Create;
var EnumerationData = new ActiveXObject("OpcLabs.BaseLib.DataTypeModel.EnumerationData");
EnumerationData := CoEnumerationData.Create;
$EnumerationData = Win32::OLE->new("OpcLabs.BaseLib.DataTypeModel.EnumerationData");
$EnumerationData = new COM("OpcLabs.BaseLib.DataTypeModel.EnumerationData");
OLEObject EnumerationData
EnumerationData = CREATE OLEObject
EnumerationData.ConnectToNewObject("OpcLabs.BaseLib.DataTypeModel.EnumerationData")
EnumerationData = win32com.client.Dispatch('OpcLabs.BaseLib.DataTypeModel.EnumerationData')
Dim EnumerationData As New OleObject ("OpcLabs.BaseLib.DataTypeModel.EnumerationData")
Dim EnumerationData As New EnumerationData
EnumerationData = CREATEOBJECT("OpcLabs.BaseLib.DataTypeModel.EnumerationData")
Dim EnumerationData As New EnumerationData
Dim EnumerationData: Set EnumerationData = CreateObject("OpcLabs.BaseLib.DataTypeModel.EnumerationData")
EnumerationData := CreateObject("OpcLabs.BaseLib.DataTypeModel.EnumerationData")
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): 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 EnumerationData in .NET Reference.

See Also

EnumerationData Members