getCRef Method
Return the CRef reference of the XPRBbasis object.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0


XPRBprob prob = new XPRBprob("NewProb"); XPRBbasis basis = new XPRBbasis(); ... IntPtr pbasis; pbasis = basis.getCRef();
