Click or drag to resize

IndexHelperNodesFromIndexSame Method (IAttributeIndex, Object)

Returns the nodes in the index whose attribute is the same as the value given, 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> NodesFromIndexSame(
	IAttributeIndex index,
	Object value
)

Parameters

index
Type: de.unika.ipd.grGen.libGrIAttributeIndex
value
Type: SystemObject

Return Value

Type: DictionaryINode, SetValueType
See Also