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)
SyntaxIEdge 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: Frontenac.BlueprintsIVertex
[Missing <param name="inVertex"/> documentation for "M:Frontenac.Blueprints.IVertex.AddEdge(System.Object,System.String,Frontenac.Blueprints.IVertex)"]
 
Return Value
Type: 
IEdgethe newly created edge
See Also