Click or drag to resize

IndexHelperGetIndexEnumerable Method (IAttributeIndex, Object, Boolean, Object, Boolean)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static IEnumerable<IGraphElement> GetIndexEnumerable(
	IAttributeIndex index,
	Object from,
	bool includingFrom,
	Object to,
	bool includingTo
)

Parameters

index
Type: de.unika.ipd.grGen.libGrIAttributeIndex
from
Type: SystemObject
includingFrom
Type: SystemBoolean
to
Type: SystemObject
includingTo
Type: SystemBoolean

Return Value

Type: IEnumerableIGraphElement
See Also