 | IAttributeIndexLookupElementsAscendingFromExclusive Method |
Lookup all graph elements in the index whose indexed attribute value is:
higher than the from value specified,
in ascending order.
Index lookup ends at the graph element with the maximum attribute value.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 7.2
SyntaxIEnumerable<IGraphElement> LookupElementsAscendingFromExclusive(
Object from
)
Parameters
- from
- Type: SystemObject
Return Value
Type:
IEnumerableIGraphElement
See Also