Click or drag to resize

EdgeTypeNewEdge Method

Create an edge between tail and head vertex

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public Edge NewEdge(
	Vertex tail,
	Vertex head
)

Parameters

tail
Type: VelocityGraphVertex
selected tail vertex
head
Type: VelocityGraphVertex
selected head vertex

Return Value

Type: Edge
a new edge
See Also