Click or drag to resize

ReadOnlyGraph.GetEdge Method

[Missing <summary> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnly.ReadOnlyGraph.GetEdge(System.Object)"]

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnly
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEdge GetEdge(
	Object id
)

Parameters

id
Type: System.Object

[Missing <param name="id"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnly.ReadOnlyGraph.GetEdge(System.Object)"]

Return Value

Type: IEdge

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.ReadOnly.ReadOnlyGraph.GetEdge(System.Object)"]

Implements

IGraph.GetEdge(Object)
See Also