Click or drag to resize

InstanceGetValue Method

Gets 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 string GetValue(
	string name
)

Parameters

name
Type: SystemString
The name of the attribute.

Return Value

Type: String
The value of the attribute.
Exceptions
ExceptionCondition
ArgumentExceptionThe named attribute is not found.
See Also