Retrieve the reference of the current XPRBprob object. 
 
 
Namespace:  
BCL
 
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
  Syntax
Syntax
 
 
  
  
   
   
   
    Public Function getCRef As IntPtr
    
   
  
 Return Value
Type: 
 
IntPtr
 The IntPtr reference of the current XPRBprob object.
 
  Examples
Examples
 
  XPRBprob prob = new XPRBprob("NewProb"); ... IntPtr pctr = prob.getCRef(); 
  See Also
See Also