EasyUA Reference
ToNodeIdCollection Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeIdCollection Class : ToNodeIdCollection Method

values
An array of NodeId to add to the collection

Glossary Item Box

Converts an array to a collection.

Syntax

Visual Basic (Usage)Copy Code
Dim values() As NodeId
Dim value As NodeIdCollection
 
value = NodeIdCollection.ToNodeIdCollection(values)
C# 
public static NodeIdCollection ToNodeIdCollection( 
   NodeId[] values
)

Parameters

values
An array of NodeId to add to the collection

Return Value

A NodeIdCollection containing the NodeId's added via the parameters

Remarks

A quick-use method that will take an array of NodeId objects and will return them within a NodeIdCollection.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.