The IVariableStubExecuteResult interface contains properties and methods that are used to work with the results of loading data from a source.
Loading results are available after the IVariableStub.Execute method is executed.
| Property name | Brief description | |
![]() |
Matrix | The Matrix property returns the matrix with loaded source data. |
![]() |
Origin | The Origin property returns the key of the object that initializes changes in the matrix with loaded source data. |
| Method name | Brief description | |
![]() |
Save | The Save method saves data. |
![]() |
SaveO | The SaveO method saves data in the specified mode. |
See also: