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

datatypeId
The datatype id.
factory
The factory used to store and retrieve underlying OPC UA system types.

Glossary Item Box

Returns the system type for the datatype.

Syntax

Visual Basic (Usage)Copy Code
Dim datatypeId As NodeId
Dim factory As EncodeableFactory
Dim value As Type
 
value = TypeInfo.GetSystemType(datatypeId, factory)
C# 
public static Type GetSystemType( 
   NodeId datatypeId,
   EncodeableFactory factory
)

Parameters

datatypeId
The datatype id.
factory
The factory used to store and retrieve underlying OPC UA system types.

Return Value

The system type for the 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.