Click or drag to resize

VertexTraverse Method (EdgeType, Direction)

Selects all neighbor Vertices from or to this vertex and for the given edge type.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public Dictionary<Vertex, HashSet<Edge>> Traverse(
	EdgeType etype,
	Direction dir
)

Parameters

etype
Type: VelocityGraphEdgeType
Edge type identifier.
dir
Type: VelocityGraph.Frontenac.BlueprintsDirection
Direction to traverse edges

Return Value

Type: DictionaryVertex, HashSetEdge
Dictionary of vertex key with edge path(s) to vertex
See Also