The IMatrixModelIterator interface contains basic properties and methods of the matrix iterator.
Property name | Brief description | |
MatrixModel | The MatrixModel property returns the parent object. | |
Valid | The Valid property returns whether going to some iterator element is correct. | |
Value | The Value property determines value of the element, which the iterator cursor is currently located on. |
Method name | Brief description | |
Goto | The Goto method goes to an iterator position, which corresponds to the specified matrix coordinate. | |
Move | The Move method moves in the specified direction. | |
PutCoord | The PutCoord method moves to the iterator position, which corresponds to the specified matrix coordinate. | |
PutCurrentPos | The PutCurrentPos method calculates the current position in the matrix. |
See also: