Initializing help system before first use

XPRBprob Constructor

Create the XPRBprob object.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public XPRBprob(
	string name
)

Parameters

name
Type:  SystemString
The string name of the new XPRBprob problem.

Return Value

Type: 
The new XPRBprob object.
Examples
XPRBprob prob = new XPRBprob("NewProblem1");
See Also