fmeobjects.FMESolid.setLabel

FMESolid.setLabel(name)

Sets the geometry’s label with a str. By supplying a blank label as input, this method will act as deleteLabel(). This method replaces the deprecated setName() method.

Parameters:

name (str) – The geometry’s new label.

Return type:

None