Initializing help system before first use

getCRef Method

Returns the CRef reference of the XPRBindexSet.

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

Return Value

Type:  IntPtr
An IntPtr to the XPRBindexSet's reference.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBindexSet idxset = new XPRBindexSet(); ... IntPtr pidxset; pidxset = idxset.getCRef();
See Also