Initializing help system before first use

getIndexName Method

Get the name of an index.

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

Parameters

i
Type:  SystemInt32
The integer index number.

Return Value

Type:  String
The string name of the ith element in the set if it exists.
Examples
xbburgi.cs and xbsetops.cs in the Introductory Examples folder. foliodata.cs, xbexpl1i.cs and xbexpl2.cs in the User's Guide Examples folder.
See Also