uaPLUS Reference
AddNode Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > BaseNodeManager Class : AddNode Method

parent
The parent node.
referenceType
The type of the reference to be added. Valid reference types are defined as constants in the class Opc.Ua.ReferenceTypes
node
The target node.

Glossary Item Box

Helper method that adds the node as an in-memory node and links it with the given parent by adding a reference of the specified type.

Syntax

Visual Basic (Declaration) 
Protected Sub AddNode( _
   ByVal parent As NodeState, _
   ByVal referenceType As NodeId, _
   ByVal node As NodeState _
) 
C# 
protected void AddNode( 
   NodeState parent,
   NodeId referenceType,
   NodeState node
)

Parameters

parent
The parent node.
referenceType
The type of the reference to be added. Valid reference types are defined as constants in the class Opc.Ua.ReferenceTypes
node
The target node.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.