Click or drag to resize

VertexAddEdge Method (Object, String, IVertex)

Add an edge from this Vertex to inVertex of edge type looked up from label, if edge type does not yet exist it is created.

Namespace:  VelocityGraph
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEdge AddEdge(
	Object edgeId,
	string label,
	IVertex inVertex
)

Parameters

edgeId
Type: SystemObject
If not null, this must be a UInt32 to be used as edge id - NOTE: not yet implemented usage
label
Type: SystemString
The type of edge to create
inVertex
Type: VelocityGraph.Frontenac.BlueprintsIVertex
The head of the new edge

Return Value

Type: IEdge
the new edge

Implements

IVertexAddEdge(Object, String, IVertex)
See Also