Measured from the center of the Earth. Specified as distance above or below the reference ellipsoid. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property RadiusMagnitude() As Double |
[C#] |
---|
public double RadiusMagnitude {get; set;} |
[Managed C++] |
---|
public: __property double get_RadiusMagnitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_RadiusMagnitude( double * pVal ); public: HRESULT put_RadiusMagnitude( double newVal ); |
[Java] |
---|
public double getRadiusMagnitude(); public void setRadiusMagnitude( double ); |