fmeobjects.FMELibraryIterator.getAsTexture
- FMELibraryIterator.getAsTexture()
This method returns a copy of the current shared object as a texture if
getType()
returnsFME_LIB_TEXTURE
. Otherwise, it returnsNone
.- Return type:
FMETexture or None
- Returns:
A texture representing the current object or
None
.