Click or drag to resize
KnownAttributeKey Structure
Contains attribute keys for use in the DynamicProperty.Attributes collection. Attributes with these keys are used for value validation and user interface hints.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public struct KnownAttributeKey

The KnownAttributeKey type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldStatic memberAddToDisplayName
Indicates that the value of the property should be added to the DisplayName of the parent component.
Public fieldStatic memberAllowedCharacters
Indicates the allowed characters in a string property.
Public fieldStatic memberAllowedTypes
Indicates additional restrictions on the allowed type.
Public fieldStatic memberAllowedValues
Indicates the allowed values for a numeric or string property. Value must be a list delimited by semicolons.
Public fieldStatic memberAllowParent
Indicates that the component that owns the property is a valid value (by default it is not).
Public fieldStatic memberAutoApply
Indicates that the property value should be applied immediately when it is changed in the GUI, rather than when the user clicks "Apply" or equivalent.
Public fieldStatic memberCustomValidation
Indicates that QueryPropertyValueValid() should be called to validate the value.
Public fieldStatic memberDisplayValues
Indicates alternative display values for a property. Value must be a list delimited by semicolons with the same number of elements as the AllowedValues attribute.
Public fieldStatic memberMaxLength
Indicates the maximum length of a string property. Value must be an integer.
Public fieldStatic memberMaxValue
Indicates the maximum value for a numeric property. Value must be a number.
Public fieldStatic memberMinLength
Indicates the minimum length of a string property. Value must be an integer.
Public fieldStatic memberMinValue
Indicates the minium value for a numeric property. Value must be a number.
Public fieldStatic memberMultiline
Indicates that a string property can have multiple lines.
Public fieldStatic memberQuantity
Indicates the quantity that a numeric property represents.
Public fieldStatic memberReference
Indicates the reference coordinate system of a Vector3 or Matrix4 property. Valid values are Global and Local.
Public fieldStatic memberSlider
Indicates that a numeric property should be displayed as a slider.
Public fieldStatic memberValueFilter
Specifies a regular expression used to verify the property value (converted to a string).
Public fieldStatic memberVectorUsage
Indicates the usage of a Vector3 property. Valid values are Position and Direction.
Top
Version Information

Supported in: 1.0.0.0
See Also