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 7.1
Syntax
C#
IIndex GetIndex(
	string indexName
)

Parameters

indexName  String
 

Return Value

IIndex
See Also