EbsOpen Class Library for EBSILON®Professional

CalculationErrors.WithErrorCategoriesAndLevels Method 

[Visual Basic]
Public Function WithErrorCategoriesAndLevels( _ 
   ByVal ErrorCategories As EpErrorCategory(), _ 
   ByVal ErrorLevels As EpErrorLevel() _ 
) As CalculationErrors
[C#]
public CalculationErrors WithErrorCategoriesAndLevels(
   EpErrorCategory() ErrorCategories,
   EpErrorLevel() ErrorLevels
);
[C++]
public: CalculationErrors* WithErrorCategoriesAndLevels(
   EpErrorCategory()* ErrorCategories,
   EpErrorLevel()* ErrorLevels
);
[JScript]
public function WithErrorCategoriesAndLevels(
   EpErrorCategory() ErrorCategories,
   EpErrorLevel() ErrorLevels
): CalculationErrors;

Remarks

the arrays 'ErrorCategories' and 'ErrorLevels' must have the same bounds

See Also

CalculationErrors Class | EbsOpen Namespace