EasyUA Reference
GetSystemType(NodeId) Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > Session Class > GetSystemType Method : GetSystemType(NodeId) Method

dataType

Glossary Item Box

Convert the UA data type NodeId to a System Type

Syntax

Visual Basic (Usage)Copy Code
Dim instance As Session
Dim dataType As NodeId
Dim value As Type
 
value = instance.GetSystemType(dataType)
C# 
public Type GetSystemType( 
   NodeId dataType
)

Parameters

dataType

Return Value

The system data type of the VariableNode

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.