fmeobjects.FMELibrary.getAppearanceCopy¶
-
FMELibrary.
getAppearanceCopy
(appearanceReference)¶ This routine returns a copy of the referenced Appearance object from the Library. If there is no such Appearance in the Library,
None
is returned.Parameters: appearanceReference (int) – The appearance Reference. Return type: FMEAppearance or None Returns: The appearance copy or None
.