Click or drag to resize

WrappedGraphAddEdge Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Wrapped.WrappedGraph.AddEdge(System.Object,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex,System.String)"]

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

Parameters

id
Type: SystemObject

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

outVertex
Type: VelocityGraph.Frontenac.BlueprintsIVertex

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

inVertex
Type: VelocityGraph.Frontenac.BlueprintsIVertex

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

label
Type: SystemString

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

Return Value

Type: IEdge

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Wrapped.WrappedGraph.AddEdge(System.Object,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex,System.String)"]

Implements

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