JavaScript must be enabled in order to use this site. Please enable JavaScript in your browser and refresh the page. reset Method Resets the current XPRBcut object. Namespace: BCL Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0 Syntax C# VB Copy public void reset() Public Sub reset Examples XPRBprob prob = new XPRBprob("NewProb"); XPRBcut cut = new XPRBcut(); ... cut.reset(); See Also Reference XPRBcut Class BCL Namespace Parent Topic XPRBcut Methods