Callback: Object
property
.GetValue(
IUserObject
entity,
ISimProperty
property, Object value)
Callback that is invoked when the property value is acquired.
Mandatory Attributes
Name
Description
Type
Allowed Values
Optional Attributes
Name
Description
Type
Default Value
Allowed Values
Parameters
entity
Type:
IUserObject
The entity containing the property.
property
Type:
ISimProperty
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.