Gets or sets the edge.

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

Syntax

C#
public Edge Edge { get; set; }
Visual Basic (Declaration)
Public Property Edge As Edge
Visual C++
public:
property Edge^ Edge {
	Edge^ get ();
	void set (Edge^ value);
}

Field Value

The edge.

See Also