Click or drag to resize

LGSPGraphSetInternallyVisited Method

Overload List
  NameDescription
Public methodSetInternallyVisited(IGraphElement, Boolean)
Sets the internal-use visited flag of the given graph element. (Used for computing reachability.)
(Overrides BaseGraphSetInternallyVisited(IGraphElement, Boolean).)
Public methodSetInternallyVisited(IGraphElement, Boolean, Int32)
Sets the internal-use visited flag of the given graph element. (Used for computing reachability when employed from a parallelized matcher executed by the thread pool.)
(Overrides BaseGraphSetInternallyVisited(IGraphElement, Boolean, Int32).)
Top
See Also