IMatrixCoord

Description

The IMatrixCoord interface contains properties and methods that are used to work with a matrix element's coordinate.

Properties

  Property name Brief description
ElementId The ElementId property determines identifier of dimension element with corresponding matrix coordinate.
Matrix The Matrix property returns source matrix.

Properties inherited from IMatrixModelCoord

  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.

Methods inherited from IMatrixModelCoord

  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:

Matrix Assembly Interfaces