QuickOPC User's Guide and Reference
UAStructureDescription Constructor(UANodeId,UAQualifiedName,UAStructureDefinition)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeSchema Namespace > UAStructureDescription Class > UAStructureDescription Constructor : UAStructureDescription Constructor(UANodeId,UAQualifiedName,UAStructureDefinition)
The Node ID of the data type.
A unique name for the data type.
The definition of the structure data type.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataTypeId As UANodeId, _
   ByVal name As UAQualifiedName, _
   ByVal structureDefinition As UAStructureDefinition _
)
'Usage
 
Dim dataTypeId As UANodeId
Dim name As UAQualifiedName
Dim structureDefinition As UAStructureDefinition
 
Dim instance As New UAStructureDescription(dataTypeId, name, structureDefinition)

Parameters

dataTypeId
The Node ID of the data type.
name
A unique name for the data type.
structureDefinition
The definition of the structure data type.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also