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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace > AENodeElement Class > AENodeElement Constructor : AENodeElement Constructor(String,BrowsePath,String,Boolean,Boolean,Boolean)
Initializes a new instance of the class. Initializes a new instance of the class with given data.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal browsePath As BrowsePath, _
   ByVal qualifiedName As String, _
   ByVal isArea As Boolean, _
   ByVal isSource As Boolean, _
   ByVal hasChildren As Boolean _
)
'Usage
 
Dim name As String
Dim browsePath As BrowsePath
Dim qualifiedName As String
Dim isArea As Boolean
Dim isSource As Boolean
Dim hasChildren As Boolean
 
Dim instance As New AENodeElement(name, browsePath, qualifiedName, isArea, isSource, hasChildren)

Parameters

name
browsePath
qualifiedName
isArea
isSource
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