Initializing help system before first use

getCRef Method

Return the CRef reference of the XPRBbasis 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 XPRBbasis object.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBbasis basis = new XPRBbasis(); ... IntPtr pbasis; pbasis = basis.getCRef();
See Also