Flexivert Library Documentation
GetEdgesFrom Method (v)
NamespacesFlexivertUndirectedGraphGetEdgesFrom(Vertex)
Retrieves all edges starting from a specific vertex
Declaration Syntax
C#Visual BasicVisual C++
public override List<Edge> GetEdgesFrom(
	Vertex v
)
Public Overrides Function GetEdgesFrom ( _
	v As Vertex _
) As List(Of Edge)
public:
virtual List<Edge^>^ GetEdgesFrom(
	Vertex^ v
) override
Parameters
v (Vertex)
The origin
Return Value
A list of the edges

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)