Initializing help system before first use

isValid Method

Returns whether the current XPRBsos has a valid reference.

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

Return Value

Type:  Boolean
Boolean true if the XPRBsos reference is valid.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBsos sos = new XPRBsos(); ... if(sos.isValid()) System.Console.Writeln("SOS is valid.");
See Also