IMatrixModelIterator.PutCoord

Syntax

PutCoord(Coord: IMatrixModelCoord);

 

Parameters

Coord - matrix coordinate.

Description

The PutCoord method moves to the iterator position, which corresponds to the specified Coord matrix coordinate. If there is no element with the specified coordinate in the matrix, the matrix will be resized, so that the element appears.

See also:

IMatrixModelIterator