Click or drag to resize

IndexHelperMinEdgeFromIndex Method (IAttributeIndex, Int32)

Returns the bottom edge with lowest indexed value from the index, or null

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static IEdge MinEdgeFromIndex(
	IAttributeIndex index,
	int threadId
)

Parameters

index
Type: de.unika.ipd.grGen.libGrIAttributeIndex
threadId
Type: SystemInt32

Return Value

Type: IEdge
See Also