fmeobjects.FMESimpleSolid.setName
- FMESimpleSolid.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 
 
Sets the geometry’s name with a str. By supplying a blank name as input, this method will act as deleteName().
name (str) – The geometry’s new name.
None