IMatrixModelIterator.Goto

Syntax

Goto(Coord: IMatrixModelCoord);

Parameters

Coord. Matrix coordinate.

Description

The Goto method goes to an iterator position, which corresponds to the specified matrix coordinate.

Comments

To check the correctness of going, use the IMatrixModelIterator.Valid method.

See also:

IMatrixModelIterator