fmeobjects.FMELibrary.hasEntry¶
-
FMELibrary.hasEntry(reference)¶ Returns
Trueif 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 Trueif the library has an object with the specified reference number, orFalseotherwise.