fmeobjects.FMEMultiCurve.appendParts¶
-
FMEMultiCurve.
appendParts
(multiCurve)¶ This appends the MultiCurve passed in to the existing MultiCurve. If
None
is passed in, nothing will be appended.Parameters: multiCurve (FMEMultiCurve) – The MultiCurve to be appended. Return type: None Raises: FMEException – An exception is raised if an error occurred.