Gets the spheroid radius for the spheroid used by the coordinate system.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public double SpheroidRadius { get; }
Visual Basic
Public ReadOnly Property SpheroidRadius As Double
	Get
Visual C++
public:
property double SpheroidRadius {
	double get ();
}

Remarks

This value is the radius of a spheroid close to the shape of the Earth at sea level, approximately 6,370 km. The value shown in this box is derived from the ellipsoid for the current zone.

See Also