EasyUA Reference
GetDataTypeId(Object,NamespaceTable,ITypeTable) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TypeInfo Class > GetDataTypeId Method : GetDataTypeId(Object,NamespaceTable,ITypeTable) Method

value
The value to describe.
namespaceUris
The namespace uris.
typeTree
The type tree for a server.

Glossary Item Box

Returns the data type id that describes a value.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As TypeInfo
Dim value As Object
Dim namespaceUris As NamespaceTable
Dim typeTree As ITypeTable
Dim value As NodeId
 
value = instance.GetDataTypeId(value, namespaceUris, typeTree)

Parameters

value
The value to describe.
namespaceUris
The namespace uris.
typeTree
The type tree for a server.

Return Value

Returns the data type identifier that describes a value.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.