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
)
Function AddEdge (
id As Object,
label As String,
inVertex As IVertex
) As IEdge
IEdge^ AddEdge(
Object^ id,
String^ label,
IVertex^ inVertex
)
abstract AddEdge :
id : Object *
label : string *
inVertex : IVertex -> IEdge
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:
IEdgethe newly created edge
See Also