fmeobjects.FMEMultiArea.appendParts

FMEMultiArea.appendParts(multiArea)

This appends the MultiArea passed in to the existing MultiArea. If None is passed in, nothing will be appended.

Parameters:

multiArea (FMEMultiArea) – The MultiArea to be appended.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.