Initializing help system before first use

getCRef Method

Retrieve the reference of the current XPRBprob object.

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

Return Value

Type:  IntPtr
The IntPtr reference of the current XPRBprob object.
Examples
XPRBprob prob = new XPRBprob("NewProb"); ... IntPtr pctr = prob.getCRef();
See Also