'DeclarationPublic Function New( _ ByVal nodeArguments As UANodeArguments, _ ByVal value As Object, _ ByVal attributeId As UAAttributeId _ )
'UsageDim nodeArguments As UANodeArguments Dim value As Object Dim attributeId As UAAttributeId Dim instance As New UAWriteValueArguments(nodeArguments, value, attributeId)
public UAWriteValueArguments( UANodeArguments nodeArguments, object value, UAAttributeId attributeId )
public: UAWriteValueArguments( UANodeArguments^ nodeArguments, Object^ value, UAAttributeId attributeId )
Parameters
- nodeArguments
 - An object that specifies the node in the OPC server.
 - value
 - The value to be written.
 - attributeId
 - Attribute Id. Identifies an attribute of a node.