ExogenousSources: IMsVariableTestDataList;
The ExogenousSources property returns the collection of exogenous variables.
To add the variable to the collection, use the IMsMetaModelVisualController.AddJohansenTestExogenousEntrie or IMsVariableTestDataList.Add method.
To get the collection of endogenous variables, use the IMsVariableTestSettings.IncludedSources property.
The property use is given in the example for IMsMetaModelVisualController.JohansenTest.
See also: