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

datatypeId
The data type identifier.

Glossary Item Box

Returns the BuiltInType type for the DataTypeId.

Syntax

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

Parameters

datatypeId
The data type identifier.

Return Value

An BuiltInType 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.