Click or drag to resize

VertexTypeGetEdges Method (Vertex, Direction)

Get all edges found from a given Vertex

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public IEnumerable<IEdge> GetEdges(
	Vertex vertex1,
	Direction dir
)

Parameters

vertex1
Type: VelocityGraphVertex
A Vertex id
dir
Type: Direction
follow edges in this direction

Return Value

Type: IEnumerableIEdge
an enumeration of edges
See Also