Click or drag to resize

ThreadedTransactionalGraphContractAddEdge Method

[Missing <summary> documentation for "M:Frontenac.Blueprints.Contracts.ThreadedTransactionalGraphContract.AddEdge(System.Object,Frontenac.Blueprints.IVertex,Frontenac.Blueprints.IVertex,System.String)"]

Namespace:  Frontenac.Blueprints.Contracts
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public abstract IEdge AddEdge(
	Object id,
	IVertex outVertex,
	IVertex inVertex,
	string label
)

Parameters

id
Type: SystemObject

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

outVertex
Type: Frontenac.BlueprintsIVertex

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

inVertex
Type: Frontenac.BlueprintsIVertex

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

label
Type: SystemString

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

Return Value

Type: IEdge

[Missing <returns> documentation for "M:Frontenac.Blueprints.Contracts.ThreadedTransactionalGraphContract.AddEdge(System.Object,Frontenac.Blueprints.IVertex,Frontenac.Blueprints.IVertex,System.String)"]

Implements

IGraphAddEdge(Object, IVertex, IVertex, String)
See Also