Opc.Ua.Core
CreateInstance Method (NodeStateFactory)



Opc.Ua Namespace > NodeStateFactory Class : CreateInstance Method
The current context.
The parent.
The node class.
The browse name.
The reference type between the parent and the node.
The type definition.
Creates a new instance.
Syntax
'Declaration
 
Public Overridable Function CreateInstance( _
   ByVal context As ISystemContext, _
   ByVal parent As NodeState, _
   ByVal nodeClass As NodeClass, _
   ByVal browseName As QualifiedName, _
   ByVal referenceTypeId As NodeId, _
   ByVal typeDefinitionId As NodeId _
) As NodeState
'Usage
 
Dim instance As NodeStateFactory
Dim context As ISystemContext
Dim parent As NodeState
Dim nodeClass As NodeClass
Dim browseName As QualifiedName
Dim referenceTypeId As NodeId
Dim typeDefinitionId As NodeId
Dim value As NodeState
 
value = instance.CreateInstance(context, parent, nodeClass, browseName, referenceTypeId, typeDefinitionId)

Parameters

context
The current context.
parent
The parent.
nodeClass
The node class.
browseName
The browse name.
referenceTypeId
The reference type between the parent and the node.
typeDefinitionId
The type definition.

Return Value

Returns null if the type is not known.
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

NodeStateFactory Class
NodeStateFactory Members