fmeobjects.FMEAggregate.isAMulti

FMEAggregate.isAMulti()

This method determines if the aggregate’s parts conform to a FMEMultiCurve, FMEMultiArea, or FMEMultiText, representation.

Return type:

bool

Returns:

This means that it will only return True if the aggregate contains:

  • Arcs, Lines, Paths, and nothing else.

  • Polygons, Ellipses, Donuts, and nothing else.

  • Text objects and nothing else.

  • Points and nothing else. This returns false for empty aggregates.