Click or drag to resize

IndexHelperIsInNodesFromIndexSame Method (INode, IAttributeIndex, Object, IActionExecutionEnvironment)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static bool IsInNodesFromIndexSame(
	INode candidate,
	IAttributeIndex index,
	Object value,
	IActionExecutionEnvironment actionEnv
)

Parameters

candidate
Type: de.unika.ipd.grGen.libGrINode
index
Type: de.unika.ipd.grGen.libGrIAttributeIndex
value
Type: SystemObject
actionEnv
Type: de.unika.ipd.grGen.libGrIActionExecutionEnvironment

Return Value

Type: Boolean
See Also