fmeobjects.FMEMultiText.getPartAt¶
-
FMEMultiText.
getPartAt
(index)¶ This method returns the text at the given index.
None
is returned if the index is out of range.Parameters: index (int) – The index of the text part to return. Return type: FMEText or None Returns: The text at the given index. Note: This method returns a terminal text type of the FMEText
; i.e. one of the leaf classes in theFMEText
inheritance graph. For example, aFMELine
is returned if the text truly is a line.Raises: FMEException – An exception is raised if an error occurred.