Click or drag to resize

IVertexAddEdge Method

Add a new outgoing edge from this vertex to the parameter vertex with provided edge label.

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

Parameters

id
Type: SystemObject
the id of the edge
label
Type: SystemString
the label of the edge
inVertex
Type: VelocityGraph.Frontenac.BlueprintsIVertex

[Missing <param name="inVertex"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.IVertex.AddEdge(System.Object,System.String,VelocityGraph.Frontenac.Blueprints.IVertex)"]

Return Value

Type: IEdge
the newly created edge
See Also