Opc.Ua.Core
New Method



Opc.Ua Namespace > INodeIdFactory Interface : New Method
The context.
The node.
Creates the NodeId for the specified node.
Syntax
'Declaration
 
Function New( _
   ByVal context As ISystemContext, _
   ByVal node As NodeState _
) As NodeId
'Usage
 
Dim instance As INodeIdFactory
Dim context As ISystemContext
Dim node As NodeState
Dim value As NodeId
 
value = instance.New(context, node)

Parameters

context
The context.
node
The node.

Return Value

The new NodeId.
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

INodeIdFactory Interface
INodeIdFactory Members