Click or drag to resize

WrappedVertexAddEdge Method

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

Namespace:  Frontenac.Blueprints.Util.Wrappers.Wrapped
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public IEdge AddEdge(
	Object id,
	string label,
	IVertex vertex
)

Parameters

id
Type: SystemObject

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

label
Type: SystemString

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

vertex
Type: Frontenac.BlueprintsIVertex

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

Return Value

Type: IEdge

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

Implements

IVertexAddEdge(Object, String, IVertex)
See Also