getID Method
  Get the ID of a cut. The default ID value is 0. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0
 Syntax
Syntax
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBcut cut = new XPRBcut(); cut.setID(1234); ... System.Console.Writeln("Cut ID is: " + cut.getID()); 
 See Also
See Also
 
