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

subTypeId
The subtype identifier.
superTypeId
The supertype identyfier.

Glossary Item Box

Determines whether a type is a subtype of another type.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ITypeTable
Dim subTypeId As NodeId
Dim superTypeId As NodeId
Dim value As Boolean
 
value = instance.IsTypeOf(subTypeId, superTypeId)

Parameters

subTypeId
The subtype identifier.
superTypeId
The supertype identyfier.

Return Value

true if superTypeId is supertype of subTypeId; otherwise, false.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.