fmeobjects.FMESimpleSurface.setName

FMESimpleSurface.setName(name)

Sets the geometry’s name with a str. By supplying a blank name as input, this method will act as deleteName().

Parameters:

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

Return type:

None