DisconnectedGraphsFinderTVertex, TEdgeFindDisconnectedGraphs Method (TVertex, Boolean) | 
 
            Finds the disconnected graphs.
            
 
    Namespace: 
   SD.Tools.Algorithmia.Graphs.Algorithms
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
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