Initializing help system before first use

getCRef Method

Returns the CRef reference for the current XPRBcut object.

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

Return Value

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