Opc.Ua.Core
Create(ISystemContext,NodeId,QualifiedName,LocalizedText,Boolean) Method



Opc.Ua Namespace > NodeState Class > Create Method : Create(ISystemContext,NodeId,QualifiedName,LocalizedText,Boolean) Method
Creates a node with default values and assigns new node ids to it and all children.
Syntax
'Declaration
 
Public Overloads Overridable Sub Create( _
   ByVal context As ISystemContext, _
   ByVal nodeId As NodeId, _
   ByVal browseName As QualifiedName, _
   ByVal displayName As LocalizedText, _
   ByVal assignNodeIds As Boolean _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim nodeId As NodeId
Dim browseName As QualifiedName
Dim displayName As LocalizedText
Dim assignNodeIds As Boolean
 
instance.Create(context, nodeId, browseName, displayName, assignNodeIds)

Parameters

context
nodeId
browseName
displayName
assignNodeIds
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

NodeState Class
NodeState Members
Overload List