Initializing help system before first use

getCRef Method

Retrieves the variable reference.

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

Return Value

Type:  IntPtr
The IntPtr to the variable reference.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBvar var = new XPRBvar("Variable"); ... IntPtr pvar = var.getCRef();
See Also