Click or drag to resize

IMatchgetEdgeAt Method

Returns edge at position index (most efficient access)

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
IEdge getEdgeAt(
	int index
)

Parameters

index  Int32
The position of the edge to return

Return Value

IEdge
The edge at the given index
See Also