Share

SettingsTransformation.SpheroidRadius Property

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



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

Syntax

C#

public double SpheroidRadius { get; }

VB

Public ReadOnly Property SpheroidRadius As Double
	Get

C++

public:
property double SpheroidRadius {
	double get ();
}

Property Value

Double

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

Reference

Was this information helpful?