fmeobjects.FMELibraryIterator.getAsAppearance
- FMELibraryIterator.getAsAppearance()
This method returns a copy of the current shared object as an appearance if
getType()
returnsFME_LIB_APPEARANCE
. Otherwise, it returnsNone
.- Return type:
FMEAppearance or None
- Returns:
An appearance representing the current object or
None
.