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