Click or drag to resize

AttributeType Enumeration

Represents the value type of an attribute.

Namespace:  ABB.Robotics.Controllers.ConfigurationDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public enum AttributeType
Members
  Member nameValueDescription
None0None
Boolean1Boolean
Integer2Integer
Float3Float
String4String
StringFile5File string
StringRAPID6RAPID string
See Also