The IMatrixCoord interface contains properties and methods that are used to work with a matrix element's coordinate.
| Property name | Brief description | |
![]() |
ElementId | The ElementId property determines identifier of dimension element with corresponding matrix coordinate. |
![]() |
Matrix | The Matrix property returns source matrix. |
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of coordinate parameters. |
![]() |
Item | The Item property determines an element index in a matrix dimension for the specified coordinate parameter. |
![]() |
MatrixModel | The MatrixModel property returns parent object. |
| Method name | Brief description | |
![]() |
GotoItemID | The GotoItemID method goes too the coordinate that corresponds to the cell with changed data by identifier. |
| Method name | Brief description | |
![]() |
Assign | The Assign method populates parameters of the current coordinate with parameters of input coordinate. |
![]() |
AssignFirst | The AssignFirst method populates the specified number of parameters of the current coordinate with parameters of input coordinate. |
![]() |
PutFirst | The PutFirst method sets a coordinate of the first matrix element. |
![]() |
PutLast | The PutLast method sets a coordinate of the last matrix element. |
![]() |
PutLowerBound | The PutLowerBound method sets index of the first element of a corresponding matrix dimension for the specified coordinate parameter. |
![]() |
PutUpperBound | The PutUpperBound method sets index of the last element of a corresponding matrix dimension for the specified coordinate parameter. |
See also: