'Declaration
Public Function New( _ ByVal computerElement As ComputerElement, _ ByVal serverElement As ServerElement, _ ByVal daNodeElement As DANodeElement, _ ByVal daPropertyElement As DAPropertyElement, _ ByVal aeCategoryElement As AECategoryElement, _ ByVal aeAttributeElement As AEAttributeElement, _ ByVal aeConditionElement As AEConditionElement, _ ByVal aeSubconditionElement As AESubconditionElement, _ ByVal aeNodeElement As AENodeElement _ )
'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)
public OpcBrowseNodeElement( ComputerElement computerElement, ServerElement serverElement, DANodeElement daNodeElement, DAPropertyElement daPropertyElement, AECategoryElement aeCategoryElement, AEAttributeElement aeAttributeElement, AEConditionElement aeConditionElement, AESubconditionElement aeSubconditionElement, AENodeElement aeNodeElement )
public: OpcBrowseNodeElement( ComputerElement^ computerElement, ServerElement^ serverElement, DANodeElement^ daNodeElement, DAPropertyElement^ daPropertyElement, AECategoryElement^ aeCategoryElement, AEAttributeElement^ aeAttributeElement, AEConditionElement^ aeConditionElement, AESubconditionElement^ aeSubconditionElement, AENodeElement^ aeNodeElement )
Parameters
- computerElement
The value of this parameter can be
null
(Nothing
in Visual Basic).- serverElement
The value of this parameter can be
null
(Nothing
in Visual Basic).- daNodeElement
The value of this parameter can be
null
(Nothing
in Visual Basic).- daPropertyElement
The value of this parameter can be
null
(Nothing
in Visual Basic).- aeCategoryElement
The value of this parameter can be
null
(Nothing
in Visual Basic).- aeAttributeElement
The value of this parameter can be
null
(Nothing
in Visual Basic).- aeConditionElement
The value of this parameter can be
null
(Nothing
in Visual Basic).- aeSubconditionElement
The value of this parameter can be
null
(Nothing
in Visual Basic).- aeNodeElement
The value of this parameter can be
null
(Nothing
in Visual Basic).