Click or drag to resize

IndexHelperNodesFromIndexFromToAsArrayAscending Method (IAttributeIndex, Object, Boolean, Object, Boolean, IActionExecutionEnvironment, Int32)

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

Parameters

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

Return Value

Type: ListINode
See Also