Click or drag to resize

IGraphSetVisited Method

Sets the visited flag of the given graph element.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
void SetVisited(
	IGraphElement elem,
	int visitorID,
	bool visited
)

Parameters

elem  IGraphElement
The graph element whose flag is to be set.
visitorID  Int32
The ID of the visited flag.
visited  Boolean
True for visited, false for not visited.
See Also