Click or drag to resize

VertexTypeGetEdges Method (EdgeType, Vertex, Direction, Vertex)

Get all edges found between two vertices

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEnumerable<IEdge> GetEdges(
	EdgeType edgeType,
	Vertex vertex1,
	Direction dir,
	Vertex vertex2 = null
)

Parameters

edgeType
Type: VelocityGraphEdgeType
Restrict to this type of edge
vertex1
Type: VelocityGraphVertex
Start Vertex
dir
Type: VelocityGraph.Frontenac.BlueprintsDirection
Follow edges in this direction
vertex2 (Optional)
Type: VelocityGraphVertex
End Vertex

Return Value

Type: IEnumerableIEdge
An enumeration of edges
See Also