insert To List At Index
fun insertToListAtIndex(viewModelInstanceHandle: ViewModelInstanceHandle, propertyPath: String, index: Int, itemHandle: ViewModelInstanceHandle)
Inserts a view model instance into a list property at the specified index.
Parameters
view Model Instance Handle
The handle of the view model instance that owns the list property.
property Path
The path to the list property. Slash delimited.
index
The index at which to insert the item.
item Handle
The handle of the view model instance to insert into the list.
Throws
If the CommandQueue has been released.