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: 11.1.0.0 (11.1)
Syntax
public IEnumerable<IEdge> GetEdges(
	Vertex vertex1,
	Direction dir
)

Parameters

vertex1
Type: VelocityGraphVertex
A Vertex id
dir
Type: VelocityGraph.Frontenac.BlueprintsDirection
follow edges in this direction

Return Value

Type: IEnumerableIEdge
an enumeration of edges
See Also