fmeobjects.FMELibrary.getRasterCopy

FMELibrary.getRasterCopy(rasterReference)

This routine returns a copy of the referenced Raster object from the Library. If there is no such Raster in the Library, None is returned.

Parameters:

rasterReference (int) – The raster Reference.

Return type:

FMERaster or None

Returns:

The raster or None.