STK ObjectsSend comments on this topic.
AtmosAltOfEarthShapeForEclipse Property (IAgVeHPOPSolarRadiationPressureOptions)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_AtmosAltOfEarthShapeForEclipse(
    double AtmosAltOfEarthShapeForEclipse
);
[Java]
public double getAtmosAltOfEarthShapeForEclipse();
public void setAtmosAltOfEarthShapeForEclipse(
    double
);
[Python - STK API ]
@property
def AtmosAltOfEarthShapeForEclipse(self) -> float:

@AtmosAltOfEarthShapeForEclipse.setter
def AtmosAltOfEarthShapeForEclipse(self, AtmosAltOfEarthShapeForEclipse:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.