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 (); }