'DeclarationPublic 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 _ )
'UsageDim 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(Nothingin Visual Basic).- serverElement
 The value of this parameter can be
null(Nothingin Visual Basic).- daNodeElement
 The value of this parameter can be
null(Nothingin Visual Basic).- daPropertyElement
 The value of this parameter can be
null(Nothingin Visual Basic).- aeCategoryElement
 The value of this parameter can be
null(Nothingin Visual Basic).- aeAttributeElement
 The value of this parameter can be
null(Nothingin Visual Basic).- aeConditionElement
 The value of this parameter can be
null(Nothingin Visual Basic).- aeSubconditionElement
 The value of this parameter can be
null(Nothingin Visual Basic).- aeNodeElement
 The value of this parameter can be
null(Nothingin Visual Basic).