MetaDataIterator.IsLast Method# Definition# Namespace: P1.ImageSdk Test if iterator points to the last element of dataset. public bool IsLast(); Returns: bool is returned. if it is true then the iterator is at the last element. if false then there are still more elements.