Click or drag to resize

VertexAddEdge Method (EdgeType, Vertex)

Add an edge from this Vertex to inVertex of edge type.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public Edge AddEdge(
	EdgeType edgeType,
	Vertex head
)

Parameters

edgeType
Type: VelocityGraphEdgeType
The type of edge to add
head
Type: VelocityGraphVertex
The head of the new edge

Return Value

Type: Edge
the new edge
See Also