Click or drag to resize

IAttributeIndexLookupElementsDescendingToExclusive Method

Lookup all graph elements in the index whose indexed attribute value is: higher than the to value specified, in descending order. Index lookup begins at the graph element with the maximum attribute value.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
IEnumerable<IGraphElement> LookupElementsDescendingToExclusive(
	Object to
)

Parameters

to  Object
 

Return Value

IEnumerableIGraphElement
See Also