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