| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As NodeState Dim context As ISystemContext Dim attributeIds() As UInteger Dim value As List(Of Object) value = instance.ReadAttributes(context, attributeIds) | |
| C# | |
|---|---|
| public virtual List<object> ReadAttributes( ISystemContext context, params 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.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    