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

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

Glossary Item Box

Returns true if the snapshort is an instance of the specified type.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As InstanceStateSnapshot
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.