Click or drag to resize

IAttributeIndexLookupElementsDescendingFromInclusiveToExclusive Method

Lookup all graph elements in the index whose indexed attribute value is: lower or equal than the from value specified, and higher than the to value specified, in descending order.

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

Parameters

from  Object
 
to  Object
 

Return Value

IEnumerableIGraphElement
See Also