getCRef Method
  Retrieve the IntPtr CRef for the XPRBsos. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBsos sos = new XPRBsos(); ... IntPtr psos; psos = sos.getCRef(); 
 See Also
See Also
 
