Click or drag to resize

IGraphResetVisitedFlag Method

Resets the visited flag with the given ID on all graph elements, if necessary.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
void ResetVisitedFlag(
	int visitorID
)

Parameters

visitorID  Int32
The ID of the visited flag.
See Also