| DisconnectedGraphsFinderTVertex, TEdgeFindDisconnectedGraphs Method (TVertex, Boolean) | 
            Finds the disconnected graphs.
            
 
Namespace: SD.Tools.Algorithmia.Graphs.AlgorithmsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntaxpublic void FindDisconnectedGraphs(
	TVertex startVertex,
	bool onlyDisconnectedGraphOfStartVertex
)
Public Sub FindDisconnectedGraphs ( 
	startVertex As TVertex,
	onlyDisconnectedGraphOfStartVertex As Boolean
)
Parameters
- startVertex
 - Type: TVertex
The start vertex. - onlyDisconnectedGraphOfStartVertex
 - Type: SystemBoolean
if set to true, the finder will only determine the disconnected graph of the startvertex and
            stop after a new disconnected graph is detected 
See Also