uaPLUS Reference
IsInstanceOfDataType Method
See Also  Send Feedback
Opc.Ua Namespace > TypeInfo Class : IsInstanceOfDataType Method

value
expectedDataTypeId
expectedValueRank
namespaceUris
typeTree

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Shared Function IsInstanceOfDataType( _
   ByVal value As Object, _
   ByVal expectedDataTypeId As NodeId, _
   ByVal expectedValueRank As Integer, _
   ByVal namespaceUris As NamespaceTable, _
   ByVal typeTree As ITypeTable _
) As TypeInfo
C# 
public static TypeInfo IsInstanceOfDataType( 
   object value,
   NodeId expectedDataTypeId,
   int expectedValueRank,
   NamespaceTable namespaceUris,
   ITypeTable typeTree
)

Parameters

value
expectedDataTypeId
expectedValueRank
namespaceUris
typeTree

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.