Click or drag to resize

IGraphRemove Method (IEdge)

Removes the given edge from the graph.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
void Remove(
	IEdge edge
)

Parameters

edge
Type: de.unika.ipd.grGen.libGrIEdge
See Also