EasyUA Reference
IsTypeOf Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > IFilterTarget Interface : IsTypeOf Method

context
The context to use when checking the type definition.
typeDefinitionId
The type of the instance.

Glossary Item Box

Checks whether the target is an instance of the specified type.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As IFilterTarget
Dim context As FilterContext
Dim typeDefinitionId As NodeId
Dim value As Boolean
 
value = instance.IsTypeOf(context, typeDefinitionId)

Parameters

context
The context to use when checking the type definition.
typeDefinitionId
The type of the instance.

Return Value

True if the object is an instance of the specified type.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.