EasyUA Reference
GetBuiltInType(NodeId,ITypeTable) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TypeInfo Class > GetBuiltInType Method : GetBuiltInType(NodeId,ITypeTable) Method

datatypeId
The data type identyfier for a node in a server's address space..
typeTree
The type tree for a server. .

Glossary Item Box

Returns the BuiltInType type for the DataTypeId.

Syntax

Visual Basic (Usage)Copy Code
Dim datatypeId As NodeId
Dim typeTree As ITypeTable
Dim value As BuiltInType
 
value = TypeInfo.GetBuiltInType(datatypeId, typeTree)
C# 
public static BuiltInType GetBuiltInType( 
   NodeId datatypeId,
   ITypeTable typeTree
)

Parameters

datatypeId
The data type identyfier for a node in a server's address space..
typeTree
The type tree for a server. .

Return Value

A BuiltInType value for datatypeId

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.