fmeobjects.FMELibrary.hasEntry¶
-
FMELibrary.
hasEntry
(reference)¶ Returns
True
if the library has an object with the specified reference number.Parameters: reference (int) – The reference to search the library for. Return type: bool Returns: Returns True
if the library has an object with the specified reference number, orFalse
otherwise.