EbsOpen Class Library for EBSILON®Professional

ProfileCalculationResult.CalculationErrorsWithErrorCategoriesAndLevels Method 

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

Remarks

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

See Also

ProfileCalculationResult Class | EbsOpen Namespace