Click or drag to resize

IVertexAddEdge Method

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

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.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: Frontenac.BlueprintsIVertex

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

Return Value

Type: IEdge
the newly created edge
See Also