'DeclarationPublic Function New( _ ByVal nodeArguments As UANodeArguments, _ ByVal attributeId As UAAttributeId _ )
'UsageDim nodeArguments As UANodeArguments Dim attributeId As UAAttributeId Dim instance As New UAAttributeArguments(nodeArguments, attributeId)
public UAAttributeArguments( UANodeArguments nodeArguments, UAAttributeId attributeId )
public: UAAttributeArguments( UANodeArguments^ nodeArguments, UAAttributeId attributeId )
Parameters
- nodeArguments
 - An object that specifies the node in the OPC server.
The value of this parameter cannot be
null(Nothingin Visual Basic). - attributeId
 - Attribute Id. Identifies an attribute of a node.