 | IAttributeIndexLookupElementsAscendingFromInclusiveToInclusive Method |
Lookup all graph elements in the index whose indexed attribute value is:
higher or equal than the from value specified, and
lower or equal than the to value specified,
in ascending order.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
SyntaxIEnumerable<IGraphElement> LookupElementsAscendingFromInclusiveToInclusive(
Object from,
Object to
)
Parameters
- from
- Type: SystemObject
- to
- Type: SystemObject
Return Value
Type:
IEnumerableIGraphElement
See Also