QuickOPC User's Guide and Reference
OpcBrowseNodeElement Constructor(ComputerElement,ServerElement,DANodeElement,DAPropertyElement,AECategoryElement,AEAttributeElement,AEConditionElement,AESubconditionElement,AENodeElement)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseNodeElement Class > OpcBrowseNodeElement Constructor : OpcBrowseNodeElement Constructor(ComputerElement,ServerElement,DANodeElement,DAPropertyElement,AECategoryElement,AEAttributeElement,AEConditionElement,AESubconditionElement,AENodeElement)
Initializes a new instance of the class with given data.
Syntax
'Usage
 
Dim computerElement As ComputerElement
Dim serverElement As ServerElement
Dim daNodeElement As DANodeElement
Dim daPropertyElement As DAPropertyElement
Dim aeCategoryElement As AECategoryElement
Dim aeAttributeElement As AEAttributeElement
Dim aeConditionElement As AEConditionElement
Dim aeSubconditionElement As AESubconditionElement
Dim aeNodeElement As AENodeElement
 
Dim instance As New OpcBrowseNodeElement(computerElement, serverElement, daNodeElement, daPropertyElement, aeCategoryElement, aeAttributeElement, aeConditionElement, aeSubconditionElement, aeNodeElement)

Parameters

computerElement
serverElement
daNodeElement
daPropertyElement
aeCategoryElement
aeAttributeElement
aeConditionElement
aeSubconditionElement
aeNodeElement
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