Atmospheric altitude for the shape of the Earth for eclipses. Uses Distance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property AtmosAltOfEarthShapeForEclipse() As Double |
[C#] |
---|
public double AtmosAltOfEarthShapeForEclipse {get; set;} |
[Managed C++] |
---|
public: __property double get_AtmosAltOfEarthShapeForEclipse(); |
[Unmanaged C++] |
---|
public: HRESULT get_AtmosAltOfEarthShapeForEclipse( double * pVal ); public: HRESULT put_AtmosAltOfEarthShapeForEclipse( double AtmosAltOfEarthShapeForEclipse ); |
[Java] |
---|
public double getAtmosAltOfEarthShapeForEclipse(); public void setAtmosAltOfEarthShapeForEclipse( double ); |