Click or drag to resize

Attribute Class

This class represents an Attribute of a Type in the configuration database. The attributes can be read via a Type object or an Instance of a Type. If the attribute was read via an Instance, it has a value that can be accessed.
Inheritance Hierarchy

Namespace:  ABB.Robotics.Controllers.ConfigurationDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public sealed class Attribute : SDKBase

The Attribute type exposes the following members.

Properties
  NameDescription
Public propertyControllerType
Gets the ControllerType.
(Inherited from SDKBase.)
Top
Methods
  NameDescription
Public methodDispose
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAttributeType
Returns the value type of this attribute.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetModifyOptions
Returns the modification options of this attribute.
Public methodGetName
Returns the name of this attribute.
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodGetValue
Get or set attribute value.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also