Initializing help system before first use

getCRef Method

Retrieve the IntPtr CRef for the XPRBsos.

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

Return Value

Type:  IntPtr
The IntPtr Cref of the current XPRBsos object.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBsos sos = new XPRBsos(); ... IntPtr psos; psos = sos.getCRef();
See Also