Click or drag to resize

IAttributeIndexLookupElementsDescendingFromInclusive Method

Lookup all graph elements in the index whose indexed attribute value is: lower or equal than the from value specified, in descending order. Index lookup ends at the graph element with the minimum attribute value.

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

Parameters

from  Object
 

Return Value

IEnumerableIGraphElement
See Also