Assign

The Assign accessor (class IlvTriggerAccessor) is used to assign a value to another attribute or sub-attribute. When the attribute is set, the target attribute specified by the target parameter is assigned the specified value.

Parameters

  • Attribute: Attribute that is modified when this accessor is evaluated.

  • Send: Attribute or expression that is assigned to Attribute.

  • The type of the accessor is undetermined and irrelevant.

Example

The lcd2 prototype of the lcd library uses the Assign accessor.