fmeobjects.FMESolid.deleteLabel

FMESolid.deleteLabel()

Deletes the geometry’s label. If a label existed prior to this call then True is returned; otherwise False is returned. This method replaces the deprecated deleteName() method.

Return type:

bool

Returns:

Returns a boolean indicating whether or not the label existed before deletion.