uaPLUS Reference
Create(ISystemContext,NodeId,QualifiedName,LocalizedText,Boolean) Method
See Also  Send Feedback
Opc.Ua Namespace > NodeState Class > Create Method : Create(ISystemContext,NodeId,QualifiedName,LocalizedText,Boolean) Method

context
nodeId
browseName
displayName
assignNodeIds

Glossary Item Box

Syntax

Visual Basic (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 _
) 
C# 
public virtual void Create( 
   ISystemContext context,
   NodeId nodeId,
   QualifiedName browseName,
   LocalizedText displayName,
   bool assignNodeIds
)

Parameters

context
nodeId
browseName
displayName
assignNodeIds

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.