Click or drag to resize

InstanceSetValue Method

Sets the value of an attribute of this instance.

Namespace:  ABB.Robotics.Controllers.ConfigurationDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public void SetValue(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the attribute.
value
Type: SystemString
The value to set.
Exceptions
ExceptionCondition
ArgumentExceptionThe named attribute is not found.
See Also