Gets the major axis of the ellipse.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

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

Field Value

The major axis edge of the ellipse.

See Also