STK ObjectsSend comments on this topic.
ApogeeAltitude Property (IAgClassicalSizeShapeAltitude)
See Also
Windows





Windows & Linux

Description

Measured from the 'surface' of the Earth to the point of maximum radius in the orbit. For this value, the surface of the Earth is modeled as a sphere whose radius equals the equatorial radius of the Earth. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ApogeeAltitude() As Double
[C#]
public double ApogeeAltitude {get; set;}
[Managed C++]
public: __property double get_ApogeeAltitude();
public: __property void set_ApogeeAltitude( double );
[Unmanaged C++]
public: HRESULT get_ApogeeAltitude(
    double * pVal
);
public: HRESULT put_ApogeeAltitude(
    double vApogeeAltitude
);
[Java]
public double getApogeeAltitude();
public void setApogeeAltitude(
    double
);
[Python - STK API ]
@property
def ApogeeAltitude(self) -> float:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.