Click or drag to resize

IndexHelperNodesFromIndexFromTo Method (IAttributeIndex, Object, Boolean, Object, Boolean, Int32)

Returns the nodes in the index whose attribute is in the range from from to to, as set

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static Dictionary<INode, SetValueType> NodesFromIndexFromTo(
	IAttributeIndex index,
	Object from,
	bool includingFrom,
	Object to,
	bool includingTo,
	int threadId
)

Parameters

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

Return Value

Type: DictionaryINode, SetValueType
See Also