The equatorial radius (semi-major axis) of the ellipsoid
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property EquatorialRadius As Double Get Set |
C# |
---|
public double EquatorialRadius { get; set; } |
Visual C++ |
---|
public: property double EquatorialRadius { double get (); void set (double value); } |
JavaScript |
---|
function get_equatorialRadius(); function set_equatorialRadius(value); |