IMatrixIterator.NextValid

Syntax

NextValid(Coord: IMatrixModelCoord);

Parameters

Coord - coordinate of the matrix element, relative to which it is necessary to get the next correct element.

Description

The NextValid method performs transition in iterator to the position corresponding to the next correct element in a matrix according to the element, which coordinate is passed by the Coord parameter.

See also:

IMatrixIterator