getCRef Method
Retrieve the IntPtr CRef for the XPRBsos.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0


XPRBprob prob = new XPRBprob("NewProb"); XPRBsos sos = new XPRBsos(); ... IntPtr psos; psos = sos.getCRef();

Namespace: BCL