Adds an edge to the vertex list.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

C#
public void Add(
	Edge edge
)
Visual Basic (Declaration)
Public Sub Add ( _
	edge As Edge _
)
Visual C++
public:
void Add(
	Edge^ edge
)

Parameters

edge
Type: ceometric.VectorGeometry..::.Edge
An edge.

See Also