AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_ApogeeAltitude(
double NewApogeeAltitude
);

[Java]
public double getApogeeAltitude();public void setApogeeAltitude(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface