Sets the visited flag of the given graph element.

C# |
public override void SetVisited( IGraphElement elem, int visitorID, bool visited )

- 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.