Click or drag to resize

InstanceGetAttribute Method

Gets an attribute with the specified name.

Namespace:  ABB.Robotics.Controllers.ConfigurationDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public Attribute GetAttribute(
	string name
)

Parameters

name
Type: SystemString
Name of the attribute

Return Value

Type: Attribute
The identified attribute or null if not found.
See Also