Click or drag to resize
GraphBaseTVertex, TEdgeGetEdgesFromStartVertex Method
Gets all the edges started from the startvertex specified.

Namespace:  SD.Tools.Algorithmia.Graphs
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public HashSet<TEdge> GetEdgesFromStartVertex(
	TVertex startVertex
)

Parameters

startVertex
Type: TVertex
The start vertex of the edges to obtain.

Return Value

Type: HashSetTEdge
Set of edges starting from startVertex or an empty set if startVertex isn't part of this graph
See Also