Click or drag to resize

IElementFactoryCreateEdge Method

Creates a new Edge instance.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
IEdge CreateEdge(
	Object id,
	IVertex out_,
	IVertex in_,
	string label
)

Parameters

id
Type: SystemObject

[Missing <param name="id"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory.CreateEdge(System.Object,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex,System.String)"]

out_
Type: VelocityGraph.Frontenac.BlueprintsIVertex

[Missing <param name="out_"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory.CreateEdge(System.Object,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex,System.String)"]

in_
Type: VelocityGraph.Frontenac.BlueprintsIVertex

[Missing <param name="in_"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory.CreateEdge(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.IO.GraphSON.IElementFactory.CreateEdge(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.IO.GraphSON.IElementFactory.CreateEdge(System.Object,VelocityGraph.Frontenac.Blueprints.IVertex,VelocityGraph.Frontenac.Blueprints.IVertex,System.String)"]

See Also