[Visual Basic] Public Function FilteredBySeverity( _ ByVal Errors As Boolean, _ ByVal Warnings As Boolean, _ ByVal Comments As Boolean _ ) As CalculationErrors [C#] public CalculationErrors FilteredBySeverity( bool Errors, bool Warnings, bool Comments ); [C++] public: CalculationErrors* FilteredBySeverity( bool Errors, bool Warnings, bool Comments ); [JScript] public function FilteredBySeverity( bool Errors, bool Warnings, bool Comments ): CalculationErrors;
deprecated, use WithSeverity instead
CalculationErrors Class | EbsOpen Namespace