set Image Property
fun setImageProperty(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, imageHandle: ImageHandle)
Assign an image to an image property on the view model instance.
Parameters
view Model Instance Handle
The handle of the view model instance that the property belongs to.
property Path
The path to the property that should be assigned to. Slash delimited.
image Handle
The handle of the image to assign.
Throws
If the CommandQueue has been released.