QuickOPC User's Guide and Reference
GetEncodingNodeElementCollectionFromDataTypeId Method (_UADataTypeModelProvider)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel.ComTypes Namespace > _UADataTypeModelProvider Interface : GetEncodingNodeElementCollectionFromDataTypeId Method
A data type ID.
Get an encoding node element collection from given data type ID.
Syntax
'Declaration
 
<NotNullAttribute()>
Function GetEncodingNodeElementCollectionFromDataTypeId( _
   ByVal dataTypeId As Object _
) As ValueResult
'Usage
 
Dim instance As _UADataTypeModelProvider
Dim dataTypeId As Object
Dim value As ValueResult
 
value = instance.GetEncodingNodeElementCollectionFromDataTypeId(dataTypeId)
[NotNull()]
ValueResult GetEncodingNodeElementCollectionFromDataTypeId( 
   object dataTypeId
)
[NotNull()]
ValueResult^ GetEncodingNodeElementCollectionFromDataTypeId( 
   Object^ dataTypeId
) 

Parameters

dataTypeId
A data type ID.

Return Value

A value result with the encoding node element obtained.
Remarks

You can obtain the data type model provider interface (OpcLabs.EasyOpc.UA.DataTypeModel.IUADataTypeModelProvider) from the OpcLabs.EasyOpc.UA.Plugins.ComplexData.IEasyUAClientComplexData.DataTypeModelProvider property of the OpcLabs.EasyOpc.UA.Plugins.ComplexData.IEasyUAClientComplexData service.

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