QuickOPC User's Guide and Reference
DANodeElement Constructor(String,BrowsePath,String,String,Boolean,Boolean,Boolean)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.AddressSpace Namespace > DANodeElement Class > DANodeElement Constructor : DANodeElement Constructor(String,BrowsePath,String,String,Boolean,Boolean,Boolean)
Initializes a new instance of the class with given data.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal browsePath As BrowsePath, _
   ByVal nodePath As String, _
   ByVal itemId As String, _
   ByVal isBranch As Boolean, _
   ByVal isLeaf As Boolean, _
   ByVal hasChildren As Boolean _
)
'Usage
 
Dim name As String
Dim browsePath As BrowsePath
Dim nodePath As String
Dim itemId As String
Dim isBranch As Boolean
Dim isLeaf As Boolean
Dim hasChildren As Boolean
 
Dim instance As New DANodeElement(name, browsePath, nodePath, itemId, isBranch, isLeaf, hasChildren)

Parameters

name
browsePath
nodePath
itemId
isBranch
isLeaf
hasChildren
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also