Click or drag to resize

VertexGetEdges Method (EdgeType, Direction)

Selects all edges 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 IEnumerable<IEdge> GetEdges(
	EdgeType edgeType,
	Direction dir
)

Parameters

edgeType
Type: VelocityGraphEdgeType
the id of an EdgeType
dir
Type: VelocityGraph.Frontenac.BlueprintsDirection
direction, one of: Out, In, Both

Return Value

Type: IEnumerableIEdge
a set of Edge
See Also