Initializing help system before first use

getProb Method

Get the current problem from the internal BCL space.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public IntPtr getProb()

Return Value

Type:  IntPtr
An IntPtr to the current internal BCL problem.
Remarks
See the BCL C reference XPRBgetprob for further information.
Examples
XPRBprob prob = new XPRBprob("NewProblem"); ... IntPtr curProbRef = prob.getProb();
See Also