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