Callback: Object
propertygroup
.String2Value(
IUserObject
entity,
ISimProperty
property, String str)
Callback that is invoked to convert a string to the property value.
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.
str
Type: String
The String value.
Return Value
Type: Object
The value.
Remarks