fmeobjects.FMEMultiPoint.appendParts

FMEMultiPoint.appendParts(multiPoint)

This appends the multi point passed in to the multi point. If None is passed in, nothing will be appended.

Parameters:

multiPoint (FMEMultiPoint) – The multi point to be appended.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.