uaPLUS Reference
CreateInstance Method
See Also  Send Feedback
Opc.Ua Namespace > NodeStateFactory Class : CreateInstance Method

context
parent
nodeClass
browseName
referenceTypeId
typeDefinitionId

Glossary Item Box

Syntax

Visual Basic (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
C# 
public virtual NodeState CreateInstance( 
   ISystemContext context,
   NodeState parent,
   NodeClass nodeClass,
   QualifiedName browseName,
   NodeId referenceTypeId,
   NodeId typeDefinitionId
)

Parameters

context
parent
nodeClass
browseName
referenceTypeId
typeDefinitionId

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.