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