fmeobjects.FMELibraryIterator.getAsTexture

FMELibraryIterator.getAsTexture()

This method returns a copy of the current shared object as a texture if getType() returns FME_LIB_TEXTURE. Otherwise, it returns None.

Return type:

FMETexture or None

Returns:

A texture representing the current object or None.