Click or drag to resize

BaseGraphSettingVisited Method

Fires an OnSettingVisited event.

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

Parameters

elem  IGraphElement
The graph element of which the specified flag is to be set.
visitorID  Int32
The id of the visited flag to be set.
newValue  Boolean
The new value.
See Also