fmeobjects.FMEArc.setName

FMEArc.setName(name)

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

Parameters:name (six.text_type) – The geometry’s new name.
Return type:None