Click or drag to resize

IVertexGetEdges Method

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

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
IEnumerable<IEdge> GetEdges(
	Direction direction,
	params string[] labels
)

Parameters

direction
Type: Frontenac.BlueprintsDirection
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
See Also