void Propagate(Int32 SrcIndex, Int32[] DstIndex)
Assign all property values of the defined item to the items specified with their indexes in the DstIndex array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcIndex | Int32 | source start index |
| 2 | DstIndex | Int32[] | destination start index |
Result: stored in self (calling object)