MetaDataIterator Class#

Definition#

Namespace: P1.ImageSdk

public class MetaDataIterator :  IDisposable

Constructors#

Methods#

Begin()

Set iterator to point to the start of dataset.

IsLast()

Test if iterator points to the last element of dataset.

GetName()

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

GetObject()

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

Next()

Forward iterator to point to the next element of dataset.

Dispose()