Click or drag to resize

IAttributeIndexLookupElements Method

Lookup all graph elements in the index whose indexed attribute value is equal to the value given.

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

Parameters

value
Type: SystemObject

Return Value

Type: IEnumerableIGraphElement
See Also