IMatrixModelIterator.Goto

Syntax

Goto(Coord: IMatrixModelCoord);

Parameters

Coord - matrix coordinate.

Description

The Goto method goes to an iterator position, which corresponds to the specified Coord matrix coordinate. To check the correctness of going, use the Valid method.

See also:

IMatrixModelIterator