OPC Labs EasyOPC-UA Library
UAStructureField Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAStructureField Object
Description
Provides metadata for a field of a custom OPC UA structure data type.

 

ProgId: OpcLabs.EasyOpc.UA.DataTypeSchema.UAStructureField
CLSID (Class ID): 974d8f38-34ec-4e3a-a966-ff8f7964b970
Default interface: OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UAStructureField
Event source interface:

 

For more information, see UAStructureField and OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UAStructureField in .NET Reference.

Object Model

UAStructureField ObjectUANodeId ObjectUABrowsePath ObjectValueResult ObjectExceptionCollection CollectionOperationResult ObjectNormalizedExceptionCollection CollectionNormalizedException ObjectNormalizedException Object

Remarks

For remarks, see UAStructureField and OpcLabs.EasyOpc.UA.DataTypeSchema.ComTypes._UAStructureField in .NET Reference.

Object creation

_UAStructureFieldPtr UAStructureFieldPtr(__uuidof(UAStructureField));
UAStructureField := CoUAStructureField.Create;
var UAStructureField = new ActiveXObject("OpcLabs.EasyOpc.UA.DataTypeSchema.UAStructureField");
UAStructureField := CoUAStructureField.Create;
$UAStructureField = Win32::OLE->new("OpcLabs.EasyOpc.UA.DataTypeSchema.UAStructureField");
$UAStructureField = new COM("OpcLabs.EasyOpc.UA.DataTypeSchema.UAStructureField");
OLEObject UAStructureField
UAStructureField = CREATE OLEObject
UAStructureField.ConnectToNewObject("OpcLabs.EasyOpc.UA.DataTypeSchema.UAStructureField")
UAStructureField = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.DataTypeSchema.UAStructureField')
Dim UAStructureField As New OleObject ("OpcLabs.EasyOpc.UA.DataTypeSchema.UAStructureField")
Dim UAStructureField As New UAStructureField
UAStructureField = CREATEOBJECT("OpcLabs.EasyOpc.UA.DataTypeSchema.UAStructureField")
Dim UAStructureField As New UAStructureField
Dim UAStructureField: Set UAStructureField = CreateObject("OpcLabs.EasyOpc.UA.DataTypeSchema.UAStructureField")
UAStructureField := CreateObject("OpcLabs.EasyOpc.UA.DataTypeSchema.UAStructureField")
Interfaces
InterfaceDescription
An object that holds information.

 

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

 

For more information, see _Info in .NET Reference.

 
A common base class.

 

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

 

For more information, see _Object2 in .NET Reference.

 

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

 

For more information, see ICloneable in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see UAStructureField in .NET Reference.

See Also

UAStructureField Members