Callback: Object propertytable.GetValue(IUserObject entity, ISimProperty property, Object value)

Callback that is invoked when the property value is acquired.

Parameters

  • entity
    The entity containing the property.
  • property
    The property.
  • value
    Type: Object
    The stored property value.

Return Value

Type: Object
The transformed value.

Remarks

This callback is useful for transforming the stored property value.