Initializing help system before first use

getvarRef Method

Retrieves the variable reference.

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

Return Value

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