Click or drag to resize

IAttributeIndexLookupElementsDescendingFromExclusiveToInclusive Method

Lookup all graph elements in the index whose indexed attribute value is: lower than the from value specified, and higher or equal 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> LookupElementsDescendingFromExclusiveToInclusive(
	Object from,
	Object to
)

Parameters

from  Object
 
to  Object
 

Return Value

IEnumerableIGraphElement
See Also