Assembly: Matrix;
The IMatrixQuery interface is used to get information about matrix data.
IMatrixQuery
Use the IMatrixFactory.CreateQuery method to create a query.
Property name | Brief description | |
Filter | The Filter property returns parameters of matrix data filtering. | |
Matrix | The Matrix property returns a matrix, for which a query was created. | |
Result | The Result property returns query results. |
Method name | Brief description | |
Execute | The Execute method requests for matrix data. | |
Select | The Select method determines matrix iterator parameters. |
See also: