DecomposeTileProcessorContainer¶
- MLModule¶
 genre
author
package
dll
definition
see also
keywords
TileProcessor,TileProperties,combine,compose,join,RemoveProposed,TileProcessorProperties
Purpose¶
Helper module to split up a TileProcessorContainer again in TileProcessor and TileProcessorPropertiesSource objects.
Usage¶
Just connect a valid TileProcessorContainer object to the input.
Windows¶
Default Panel¶
Input Fields¶
inTileProcessorContainer¶
- name: inTileProcessorContainer, type: MLBase, deprecated name: inList¶
 TileProcessorContainerobject, e.g. created withAddTileProcessorProperties.
Output Fields¶
outTileProcessor¶
- name: outTileProcessor, type: MLBase¶
 Reference to the
TileProcessorobject in the input container.
outProperties¶
- name: outProperties, type: MLBase, deprecated name: outTileProperties¶
 Reference to the
TileProcessorPropertiesSourceobject in the input container.