uaPLUS Reference
GetAttributeValue Method
See Also  Send Feedback
Opc.Ua Namespace > BaseInstanceState Class : GetAttributeValue Method

context
typeDefinitionId
relativePath
attributeId
indexRange

Glossary Item Box

Syntax

Visual Basic (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
C# 
public virtual object GetAttributeValue( 
   FilterContext context,
   NodeId typeDefinitionId,
   IList<QualifiedName> relativePath,
   uint attributeId,
   NumericRange indexRange
)

Parameters

context
typeDefinitionId
relativePath
attributeId
indexRange

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.