setMsgLevel Method
Sets the message level of the XPRB session.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0

Parameters
- lev
-
Type:
SystemInt32
The int message level.- 0 - No messages printed.
- 1 - Error messages only printed.
- 2 - Warnings and errors printed.
- 3 - Warnings, errors, and Optimizer log printed (default).
- 4 - All messages printed.
Return Value
Type: Int320 on success.

xbexpl3.cs in the User's Guide Examples folder.
