Opc.Ua.Core
GetAttributeValue Method (BaseInstanceState)



Opc.Ua Namespace > BaseInstanceState Class : GetAttributeValue Method
Syntax
'Declaration
 
Public Overridable Function GetAttributeValue( _
   ByVal context As FilterContext, _
   ByVal typeDefinitionId As NodeId, _
   ByVal relativePath As IList(Of QualifiedName), _
   ByVal attributeId As UInteger, _
   ByVal indexRange As NumericRange _
) As Object
'Usage
 
Dim instance As BaseInstanceState
Dim context As FilterContext
Dim typeDefinitionId As NodeId
Dim relativePath As IList(Of QualifiedName)
Dim attributeId As UInteger
Dim indexRange As NumericRange
Dim value As Object
 
value = instance.GetAttributeValue(context, typeDefinitionId, relativePath, attributeId, indexRange)

Parameters

context
typeDefinitionId
relativePath
attributeId
indexRange
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseInstanceState Class
BaseInstanceState Members