'Declaration
Public Overridable Function ReadAttributes( _ ByVal context As ISystemContext, _ ByVal ParamArray attributeIds() As UInteger _ ) As List(Of Object)
'Usage
Dim instance As NodeState Dim context As ISystemContext Dim attributeIds() As UInteger Dim value As List(Of Object) value = instance.ReadAttributes(context, attributeIds)
public virtual List<object> ReadAttributes( ISystemContext context, params uint[] attributeIds )
public: virtual List<Object^>^ ReadAttributes( ISystemContext^ context, ... array<uint>^ attributeIds )
Parameters
- context
- The context for the current operation.
- attributeIds
- The attributes to read.
Return Value
A list of values.
If any error occurs for an attribute the value will be null.