setMsgLevel Method
Set the message print level.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0

Parameters
- lev
-
Type:
SystemInt32
The message level. Possible values:- 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, 1 otherwise.

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