/// <summary> /// Retrieves the mass source to be used for the analysis case. /// </summary> /// <exception cref="CSiException"><see cref="CSiApiBase.API_DEFAULT_ERROR_CODE" /></exception> public void FillMassSource() { _massSource = new MassSource(_app?.GetMassSource(CaseName)); }
/// <summary> /// Retrieves the mass source to be used for the analysis case. /// </summary> /// <exception cref="CSiException"><see cref="CSiApiBase.API_DEFAULT_ERROR_CODE" /></exception> public void FillMassSource() { _massSource = new MassSource(_apiApp, _apiMassSource?.GetMassSource(CaseName)); }