EObjectRunsIterator::Next

Namespace: Euresys::Open_eVision

[C++]

void Next(
) const

Remarks

An exception is thrown if the iterator has reached its end. Use EObjectRunsIterator::IsDone to check this condition.

EObjectRunsIterator.Next

Advance to the next run in the iterator.

Namespace: Euresys.Open_eVision

[C#]

void Next(
)

Remarks

An exception is thrown if the iterator has reached its end. Use EObjectRunsIterator.IsDone to check this condition.

EObjectRunsIterator.Next

Advance to the next run in the iterator.

Module: open_evision

[Python]

Next() -> None

Remarks

An exception is thrown if the iterator has reached its end. Use EObjectRunsIterator.IsDone to check this condition.