Click or drag to resize

IIndexSetGetIndex Method

Returns the index of the given name associated with the graph, or null in case no index of the given name is known.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 8.0beta
Syntax
C#
IIndex GetIndex(
	string indexName
)

Parameters

indexName
Type: SystemString

Return Value

Type: IIndex
See Also