fmeobjects.FMESimpleArea.copyNameFromGeometry¶
-
FMESimpleArea.
copyNameFromGeometry
(sourceGeometry)¶ Copies the name of the ‘sourceGeometry’ onto this geometry. If ‘sourceGeometry’s name is blank or
None
, this geometry’s name will becomeNone
.Parameters: sourceGeometry (FMEGeometry) – The geometry to copy the name from. Return type: None