Initializing help system before first use

clearDir Method

Delete all directives. Directives may be set on objects of type XPRBvar or XPRBsos.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public int clearDir()

Return Value

Type:  Int32
0 on success, 1 otherwise.
Examples
XPRBprob prob = new XPRBprob("NewProb"); ... prob.clearDir();
See Also