Workspace 6.21.5
|
Creates a new ObjectArray, populating it with the provided array of data objects. The ObjectArray will be created with a factory restriction corresponding to the data type that the user has selected when creating the operation (in the "Data" tab of the properties dialog).See also: Understating Object Array Builder
Inputs: | |||
---|---|---|---|
Reset accumulation | CSIRO::DataExecution::Dependency | ||
Accumulate each update | bool | If enabled, each time the operation is executed, it adds the array of data objects (on the Items to add input) to the ObjectArray. | |
Store copy of items | bool | If enabled, copies of the items (rather than references to the items) will be added to the Array. This means that the ObjectArray will own its data. | |
Items to add | Array Modified-in-place | int | The array of data objects to add to the ObjectArray. The objects will be appended to the array in index order. |
Outputs: | |||
Array | CSIRO::DataExecution::ObjectArray |