Click or drag to resize

VertexGetEdges Method (Direction, String)

Return the edges incident to the vertex according to the provided direction and edge labels.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public IEnumerable<IEdge> GetEdges(
	Direction direction,
	params string[] labels
)

Parameters

direction
Type: Direction
the direction of the edges to retrieve
labels
Type: SystemString
the labels of the edges to retrieve

Return Value

Type: IEnumerableIEdge
an IEnumerable of incident edges

Implements

IVertex.GetEdges(Direction, String)
See Also