'Declaration
Public Overridable Function CreateBreadthFirstSpanningTree( _ ByVal graphType As GraphType, _ ByVal startVertex As NGraphVertex _ ) As NTree
'Usage
Dim instance As NGraph Dim graphType As GraphType Dim startVertex As NGraphVertex Dim value As NTree value = instance.CreateBreadthFirstSpanningTree(graphType, startVertex)
public virtual NTree CreateBreadthFirstSpanningTree( GraphType graphType, NGraphVertex startVertex )
Parameters
- graphType
- startVertex