EbsOpen Class Library for EBSILON®Professional

CalculationErrors.WithSeverity Method 

[Visual Basic]
Public Function WithSeverity( _ 
   ByVal Errors As Boolean, _ 
   ByVal Warnings As Boolean, _ 
   ByVal Comments As Boolean _ 
) As CalculationErrors
[C#]
public CalculationErrors WithSeverity(
   bool Errors,
   bool Warnings,
   bool Comments
);
[C++]
public: CalculationErrors* WithSeverity(
   bool Errors,
   bool Warnings,
   bool Comments
);
[JScript]
public function WithSeverity(
   bool Errors,
   bool Warnings,
   bool Comments
): CalculationErrors;

See Also

CalculationErrors Class | EbsOpen Namespace