fmeobjects.FMELibrary.deleteAppearance
- FMELibrary.deleteAppearance(appearanceReference)
Deletes the appearance with the ‘appearanceReference’ index. Throws an exception if the current shared object is not of appearance type.
- Parameters
appearanceReference (int) – The ‘appearanceReference’ index of the appearance to be deleted from the library.
- Return type
None
- Raises
FMEException – An exception is raised if an error occurred.