Click or drag to resize

GraphTraverse Method

Selects all neighbor Vertices from or to each of the node OID in the given collection 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(
	Vertex[] vertices,
	EdgeType etype,
	Direction dir
)

Parameters

vertices
Type: VelocityGraphVertex
Vertex collection.
etype
Type: VelocityGraphEdgeType
Edge type identifier.
dir
Type: VelocityGraph.Frontenac.BlueprintsDirection
Direction.

Return Value

Type: DictionaryVertex, HashSetEdge
Dictionary of vertex keys with edges path to vertex
See Also