Table of Contents

Method AddEdge

Namespace
Pinwheel.Vista.Graph
Assembly
Pinwheel.Vista.Runtime.dll

AddEdge(IEdge)

Adds an edge to the graph.

public virtual void AddEdge(IEdge e)

Parameters

e IEdge

The edge to add.

Exceptions

ArgumentException

Thrown when the edge would introduce a recursive connection or when its ID collides with an existing graph element.