EasyUA Reference
GetSystemType Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > EncodeableFactory Class : GetSystemType Method

typeId
The type id to return the system-type of

Glossary Item Box

Returns the system type for the specified type id.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As EncodeableFactory
Dim typeId As ExpandedNodeId
Dim value As Type
 
value = instance.GetSystemType(typeId)
C# 
public Type GetSystemType( 
   ExpandedNodeId typeId
)

Parameters

typeId
The type id to return the system-type of

Remarks

Returns the system type for the specified type id.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.