The well known name of the Ellipsoid

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Property EllipsoidName As String
	Get
	Set
C#
public string EllipsoidName { get; set; }
Visual C++
public:
property String^ EllipsoidName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_ellipsoidName();
function set_ellipsoidName(value);

See Also