Initializing help system before first use

setMsgLevel Method

Sets the message level of the XPRB session.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public static int setMsgLevel(
	int lev
)

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:  Int32
0 on success.
Examples
xbexpl3.cs in the User's Guide Examples folder.
See Also