Click or drag to resize

IGraphGetEdge Method

Gets the edge for the given id. Only available if the unique index was declared in the model.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
IEdge GetEdge(
	int unique
)

Parameters

unique
Type: SystemInt32
The unique id of a edge.

Return Value

Type: IEdge
The edge for the given unique id or null, if there is no edge with this unique id.
See Also