Click or drag to resize

Vertex.GetEdges 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: 11.1.0.0 (11.1)
Syntax
public IEnumerable<IEdge> GetEdges(
	Direction direction,
	params string[] labels
)

Parameters

direction
Type: VelocityGraph.Frontenac.Blueprints.Direction
the direction of the edges to retrieve
labels
Type:System.String[]
the labels of the edges to retrieve

Return Value

Type: IEnumerable<IEdge>
an IEnumerable of incident edges

Implements

IVertex.GetEdges(Direction,String[])
See Also