MetaListIterator Class#

Definition#

Namespace: P1.ImageSdk

public class MetaListIterator :  IDisposable

Constructors#

Methods#

Begin()

Set iterator to point to the start of dataset.

IsLast()

Get the name of the object the iterator currently points to.

GetName()

Get the name of the object the iterator currently points to.

Next()

Forward iterator to point to the next element of dataset.

GetListIterator()

Get an iterator to a metadata list that the current iterator is pointing to. A MetaList is equivalent to a directory in a filesystem and is used to organize metadata in tree like system

GetMetaDataIterator()

Get the metadata iterator that the iterator currently is pointing to.

Dispose()