Click or drag to resize

IndexHelperIsInEdgesFromIndexSame Method (IEdge, IAttributeIndex, Object)

Returns whether the candidate edge is contained in the edges in the index whose attribute is the same as the value given

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

Parameters

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

Return Value

Type: Boolean
See Also