Initializing help system before first use

isIncludeVars Method

Test the type of a constraint. This method indicates whether this constraint is an 'include vars' constraint or an ordinary constraint.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public bool isIncludeVars()

Return Value

Type:  Boolean
Examples
XPRBprob expl2; XPRBctr ctrl; boolean dstat; expl2 = new XPRBprob("example2"); ctrl = expl2.newCtr("r1"); dstat = ctrl1.isIncludeVars();
See Also