Click or drag to resize

IVertexGetVertices Method

Return the vertices adjacent to the vertex according to the provided direction and edge labels. This method does not remove duplicate vertices (i.e. those vertices that are connected by more than one edge).

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

Parameters

direction
Type: Frontenac.BlueprintsDirection
the direction of the edges of the adjacent vertices
labels
Type: SystemString
the labels of the edges of the adjacent vertices

Return Value

Type: IEnumerableIVertex
an IEnumerable of adjacent vertices
See Also