Show / Hide Table of Contents

Class OWarnings

Options for run-time warnings (print.warning).

public sealed class OWarnings
Examples
opt.warnings.Verbose = false;

Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
OWarnings

Properties

Name Description
Verbose

If true, some library functions may display more warnings and other info.

Methods

Name Description
Disable(params string[])

Disables one or more run-time warnings.

IsDisabled(string)

Returns true if the specified warning text matches a wildcard string added with OWarnings.Disable.