Opc.Ua.Core
ToNodeIdCollection Method



Opc.Ua Namespace > NodeIdCollection Class : ToNodeIdCollection Method
An array of NodeId to add to the collection
Converts an array to a collection.
Syntax
'Declaration
 
Public Shared Function ToNodeIdCollection( _
   ByVal values() As NodeId _
) As NodeIdCollection
 
'Usage
 
Dim values() As NodeId
Dim value As NodeIdCollection
 
value = NodeIdCollection.ToNodeIdCollection(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, 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

NodeIdCollection Class
NodeIdCollection Members