fmeobjects.FMEMultiText.appendParts

FMEMultiText.appendParts(multiText)

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

Parameters:multiText (FMEMultiText) – The MultiText to be appended.
Return type:None
Raises:FMEException – An exception is raised if an error occurred.