Matrix: IMatrix;
The Matrix property returns the matrix with loaded source data.
If the IVariableStub.Execute method sends the EmptyMatrix parameter set to False, the Matrix property returns the matrix with loaded data. If the EmptyMatrix parameter is set to True, the Matrix property provides the empty matrix, which structure corresponds to the data source structure.
The example of use is given in description of the IVariableStub.Execute, IVariableStubExecuteResult.Save methods.
See also: