Object: Matrix
This object represents the PTC Mathcad Prime Matrix COM interface Ptc.MathcadPrime.Automation.IMathcadPrimeMatrix.
Methods
• GetMatrixElement(RowIndex, ColumnIndex, Value)—Gets the matrix element located at RowIndex, ColumnIndex to Value.
• SetMatrixElement(RowIndex, ColumnIndex, Value)—Sets the matrix element located at RowIndex, ColumnIndex to Value.
where
RowIndex (integer) is the row index
ColumnIndex (integer) is the column index
Value (double) is the matrix element value by specified row and column indices.
Properties
• Columns is the number of columns in the matrix.
• Rows is the number of rows in the matrix.
Sets/Gets the PTC Mathcad Prime window visibility.