Initializing help system before first use

getName Method

Returns the name of the XPRBindexSet.

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

Return Value

Type:  String
The string name of the current XPRBindexSet.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBindexSet idxset = new XPRBindexSet(); ... System.Console.Writeln("Index set name is: " + idxset.getName());
See Also